Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/filesystems/ext4/
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-5.19.10/fs/ext4/
Dnamei.c247 struct dx_root_info struct
441 struct dx_root_info *root; in get_dx_countlimit()
451 root = (struct dx_root_info *)(((void *)dp + 12)); in get_dx_countlimit()
453 root->info_length != sizeof(struct dx_root_info)) in get_dx_countlimit()
956 struct dx_root_info *info; in dx_release()