Home
last modified time | relevance | path

Searched refs:dx_entry (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
H A Dnamei.c234 struct dx_entry struct
261 struct dx_entry entries[];
267 struct dx_entry entries[];
274 struct dx_entry *entries;
275 struct dx_entry *at;
293 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
294 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
295 static inline unsigned dx_get_hash(struct dx_entry *entry);
296 static void dx_set_hash(struct dx_entry *entry, unsigned value);
297 static unsigned dx_get_count(struct dx_entry *entrie
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dnamei.c233 struct dx_entry struct
260 struct dx_entry entries[];
266 struct dx_entry entries[];
273 struct dx_entry *entries;
274 struct dx_entry *at;
292 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
293 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
294 static inline unsigned dx_get_hash(struct dx_entry *entry);
295 static void dx_set_hash(struct dx_entry *entry, unsigned value);
296 static unsigned dx_get_count(struct dx_entry *entrie
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c906 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local
952 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search()
954 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash) in ocfs2_dx_dir_search()
955 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search()
963 le64_to_cpu(dx_entry->dx_dirent_blk), in ocfs2_dx_dir_search()
1000 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search()
1244 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx() local
1273 index = (char *)dx_entry - (char *)entry_list->de_entries; in ocfs2_delete_entry_dx()
1274 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx()
1277 mlog(ML_ERROR, "Dir %llu: Bad dx_entry pt in ocfs2_delete_entry_dx()
1449 struct ocfs2_dx_entry *dx_entry; ocfs2_dx_entry_list_insert() local
3652 struct ocfs2_dx_entry *dx_entry; ocfs2_dx_dir_transfer_leaf() local
4026 struct ocfs2_dx_entry *dx_entry; ocfs2_expand_inline_dx_root() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.c898 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local
944 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search()
946 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash) in ocfs2_dx_dir_search()
947 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search()
955 le64_to_cpu(dx_entry->dx_dirent_blk), in ocfs2_dx_dir_search()
992 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search()
1236 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx() local
1265 index = (char *)dx_entry - (char *)entry_list->de_entries; in ocfs2_delete_entry_dx()
1266 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx()
1269 mlog(ML_ERROR, "Dir %llu: Bad dx_entry pt in ocfs2_delete_entry_dx()
1441 struct ocfs2_dx_entry *dx_entry; ocfs2_dx_entry_list_insert() local
3638 struct ocfs2_dx_entry *dx_entry; ocfs2_dx_dir_transfer_leaf() local
4012 struct ocfs2_dx_entry *dx_entry; ocfs2_expand_inline_dx_root() local
[all...]

Completed in 12 milliseconds