Symbol: ocfs2_dx_leaf
fs/ocfs2/dir.c
1291
struct ocfs2_dx_leaf *dx_leaf;
fs/ocfs2/dir.c
1312
dx_leaf = (struct ocfs2_dx_leaf *) lookup->dl_dx_leaf_bh->b_data;
fs/ocfs2/dir.c
1481
static void ocfs2_dx_dir_leaf_insert_tail(struct ocfs2_dx_leaf *dx_leaf,
fs/ocfs2/dir.c
1516
struct ocfs2_dx_leaf *dx_leaf;
fs/ocfs2/dir.c
1525
dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data;
fs/ocfs2/dir.c
2442
struct ocfs2_dx_leaf *dx_leaf;
fs/ocfs2/dir.c
2462
dx_leaf = (struct ocfs2_dx_leaf *) bh->b_data;
fs/ocfs2/dir.c
3576
static int ocfs2_dx_leaf_same_major(struct ocfs2_dx_leaf *dx_leaf)
fs/ocfs2/dir.c
3600
static int ocfs2_dx_dir_find_leaf_split(struct ocfs2_dx_leaf *dx_leaf,
fs/ocfs2/dir.c
3691
struct ocfs2_dx_leaf *tmp_dx_leaf,
fs/ocfs2/dir.c
3698
struct ocfs2_dx_leaf *orig_dx_leaf, *new_dx_leaf;
fs/ocfs2/dir.c
3705
orig_dx_leaf = (struct ocfs2_dx_leaf *) orig_dx_leaves[i]->b_data;
fs/ocfs2/dir.c
3707
new_dx_leaf = (struct ocfs2_dx_leaf *) new_dx_leaves[i]->b_data;
fs/ocfs2/dir.c
3752
struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data;
fs/ocfs2/dir.c
3763
struct ocfs2_dx_leaf *tmp_dx_leaf = NULL;
fs/ocfs2/dir.c
3950
struct ocfs2_dx_leaf *dx_leaf;
fs/ocfs2/dir.c
3970
dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data;
fs/ocfs2/dir.c
4075
struct ocfs2_dx_leaf *target_leaf;
fs/ocfs2/dir.c
4134
target_leaf = (struct ocfs2_dx_leaf *)dx_leaves[j]->b_data;
fs/ocfs2/dir.c
655
struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data;
fs/ocfs2/dir.c
940
struct ocfs2_dx_leaf *dx_leaf;
fs/ocfs2/dir.c
973
dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data;
fs/ocfs2/journal.c
636
ot->ot_offset = offsetof(struct ocfs2_dx_leaf, dl_check);
fs/ocfs2/ocfs2_fs.h
1339
offsetof(struct ocfs2_dx_leaf, dl_list.de_entries);