Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/fs/ext4/
Dnamei.c252 struct dx_root_info struct
447 struct dx_root_info *root; in get_dx_countlimit()
458 root = (struct dx_root_info *)(((void *)dp + 12)); in get_dx_countlimit()
460 root->info_length != sizeof(struct dx_root_info)) in get_dx_countlimit()
971 struct dx_root_info *info; in dx_release()