Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Ddir.c933 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local
979 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search()
981 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash) in ocfs2_dx_dir_search()
982 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search()
990 le64_to_cpu(dx_entry->dx_dirent_blk), in ocfs2_dx_dir_search()
1027 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search()
1284 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx() local
1313 index = (char *)dx_entry - (char *)entry_list->de_entries; in ocfs2_delete_entry_dx()
1314 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx()
1319 entry_list, dx_entry); in ocfs2_delete_entry_dx()
[all …]
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst325 - struct dx_entry
327 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block.
397 - struct dx_entry
399 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block.
402 ``struct dx_node`` are recorded as ``struct dx_entry``, which is 8 bytes
427 block (precisely the length of one dx_entry) are used to store a
453 (dx_root or dx_node), all of the htree indices (dx_entry) that are in