Home
last modified time | relevance | path

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

/linux-6.15/Documentation/filesystems/ext4/
H A Ddirectory.rst290 - struct dx_root_info.reserved_zero
294 - struct dx_root_info.hash_version
298 - struct dx_root_info.info_length
302 - struct dx_root_info.indirect_levels
307 - struct dx_root_info.unused_flags
/linux-6.15/fs/ext4/
H A Dnamei.c253 struct dx_root_info struct
418 struct dx_root_info *root; in get_dx_countlimit()
429 root = (struct dx_root_info *)(((void *)dp + 12)); in get_dx_countlimit()
431 root->info_length != sizeof(struct dx_root_info)) in get_dx_countlimit()
942 struct dx_root_info *info; in dx_release()