Home
last modified time | relevance | path

Searched refs:ocfs2_dx_entry (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Docfs2_fs.h787 struct ocfs2_dx_entry { struct
805 struct ocfs2_dx_entry de_entries[] __counted_by_le(de_count); argument
1341 return size / sizeof(struct ocfs2_dx_entry); in ocfs2_dx_entries_per_leaf()
1351 return size / sizeof(struct ocfs2_dx_entry); in ocfs2_dx_entries_per_root()
H A Ddir.h28 struct ocfs2_dx_entry *dl_dx_entry; /* Target dx_entry in
H A Ddir.c933 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search()
1269 (num_used - index - 1)*sizeof(struct ocfs2_dx_entry)); in ocfs2_dx_list_remove_entry()
1273 sizeof(struct ocfs2_dx_entry)); in ocfs2_dx_list_remove_entry()
1284 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx()
1474 struct ocfs2_dx_entry *dx_new_entry) in ocfs2_dx_dir_leaf_insert_tail()
1489 struct ocfs2_dx_entry *dx_entry; in ocfs2_dx_entry_list_insert()
3546 const struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_cmp()
3547 const struct ocfs2_dx_entry *entry2 = b; in dx_leaf_sort_cmp()
3692 struct ocfs2_dx_entry *dx_entry; in ocfs2_dx_dir_transfer_leaf()
3827 sizeof(struct ocfs2_dx_entry), dx_leaf_sort_cmp, in ocfs2_dx_dir_rebalance()
[all …]