Home
last modified time | relevance | path

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

/linux/fs/ext4/ !
H A Dnamei.c235 struct dx_entry struct
262 struct dx_entry entries[];
268 struct dx_entry entries[];
275 struct dx_entry *entries;
276 struct dx_entry *at;
450 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
475 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
480 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_verify()
504 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_set()
509 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_set()
[all …]
/linux/fs/ocfs2/ !
H A Ddir.c912 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local
958 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search()
960 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash) in ocfs2_dx_dir_search()
961 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search()
969 le64_to_cpu(dx_entry->dx_dirent_blk), in ocfs2_dx_dir_search()
1006 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search()
1263 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx() local
1292 index = (char *)dx_entry - (char *)entry_list->de_entries; in ocfs2_delete_entry_dx()
1293 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx()
1296 mlog(ML_ERROR, "Dir %llu: Bad dx_entry pt in ocfs2_delete_entry_dx()
1468 struct ocfs2_dx_entry *dx_entry; ocfs2_dx_entry_list_insert() local
3664 struct ocfs2_dx_entry *dx_entry; ocfs2_dx_dir_transfer_leaf() local
4038 struct ocfs2_dx_entry *dx_entry; ocfs2_expand_inline_dx_root() local
[all...]
/linux/Documentation/filesystems/ext4/ !
H A Ddirectory.rst324 - 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