Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dnamei.c187 struct dx_entry struct
214 struct dx_entry entries[0];
220 struct dx_entry entries[0];
227 struct dx_entry *entries;
228 struct dx_entry *at;
246 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
247 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
248 static inline unsigned dx_get_hash(struct dx_entry *entry);
249 static void dx_set_hash(struct dx_entry *entry, unsigned value);
250 static unsigned dx_get_count(struct dx_entry *entries);
[all …]
/Linux-v4.19/fs/ocfs2/
Ddir.c918 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local
964 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search()
966 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash) in ocfs2_dx_dir_search()
967 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search()
975 le64_to_cpu(dx_entry->dx_dirent_blk), in ocfs2_dx_dir_search()
1012 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search()
1256 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx() local
1285 index = (char *)dx_entry - (char *)entry_list->de_entries; in ocfs2_delete_entry_dx()
1286 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx()
1291 entry_list, dx_entry); in ocfs2_delete_entry_dx()
[all …]
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Ddirectory.rst301 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block.
371 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block.
374 ``struct dx_node`` are recorded as ``struct dx_entry``, which is 8 bytes