Searched refs:dx_entry (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | namei.c | 235 struct dx_entry struct 262 struct dx_entry entries[]; 268 struct dx_entry entries[]; 275 struct dx_entry *entries; 276 struct dx_entry *at; 780 struct dx_entry *target, in htree_rep_invariant_check() 794 struct dx_entry *target, in htree_rep_invariant_check() 814 struct dx_entry *at, *entries, *p, *q, *m; in dx_probe() 2281 struct dx_entry *entries; in make_indexed_dir() 2541 struct dx_entry *entries, *at; in ext4_dx_add_entry() [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | dir.c | 904 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local 998 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search() 1272 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx() 1277 entry_list, dx_entry); in ocfs2_delete_entry_dx() 1447 struct ocfs2_dx_entry *dx_entry; in ocfs2_dx_entry_list_insert() local 1450 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_entry_list_insert() 1452 memset(dx_entry, 0, sizeof(*dx_entry)); in ocfs2_dx_entry_list_insert() 3651 struct ocfs2_dx_entry *dx_entry; in ocfs2_dx_dir_transfer_leaf() local 3671 dx_entry); in ocfs2_dx_dir_transfer_leaf() 3674 dx_entry); in ocfs2_dx_dir_transfer_leaf() [all …]
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | directory.rst | 324 - struct dx_entry 326 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block. 396 - struct dx_entry 398 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block. 401 ``struct dx_node`` are recorded as ``struct dx_entry``, which is 8 bytes 426 block (precisely the length of one dx_entry) are used to store a 452 (dx_root or dx_node), all of the htree indices (dx_entry) that are in
|