Home
last modified time | relevance | path

Searched refs:ocfs2_dx_leaf (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ocfs2/
H A Ddir.c617 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data; in ocfs2_validate_dx_leaf()
911 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_dx_dir_search()
944 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()
1262 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_delete_entry_dx()
1283 dx_leaf = (struct ocfs2_dx_leaf *) lookup->dl_dx_leaf_bh->b_data; in ocfs2_delete_entry_dx()
1452 static void ocfs2_dx_dir_leaf_insert_tail(struct ocfs2_dx_leaf *dx_leaf, in ocfs2_dx_dir_leaf_insert_tail()
1487 struct ocfs2_dx_leaf *dx_leaf; in __ocfs2_dx_dir_leaf_insert()
1496 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in __ocfs2_dx_dir_leaf_insert()
2413 struct ocfs2_dx_leaf *dx_lea in ocfs2_dx_dir_format_cluster()
[all...]
H A Djournal.c635 ot->ot_offset = offsetof(struct ocfs2_dx_leaf, dl_check); in ocfs2_setup_csum_triggers()