Searched refs:dx_root_limit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 300 static unsigned dx_root_limit(struct inode *dir, unsigned infosize); 605 static inline unsigned dx_root_limit(struct inode *dir, unsigned infosize) in dx_root_limit() function 839 if (dx_get_limit(entries) != dx_root_limit(dir, in dx_probe() 843 dx_root_limit(dir, root->info.info_length)); in dx_probe() 2240 dx_set_limit(entries, dx_root_limit(dir, sizeof(root->info))); in make_indexed_dir()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 301 static unsigned dx_root_limit(struct inode *dir, unsigned infosize); 608 static inline unsigned dx_root_limit(struct inode *dir, unsigned infosize) in dx_root_limit() function 888 if (dx_get_limit(entries) != dx_root_limit(dir, in dx_probe() 892 dx_root_limit(dir, root->info.info_length)); in dx_probe() 2312 dx_set_limit(entries, dx_root_limit(dir, sizeof(root->info))); in make_indexed_dir()
|
Completed in 11 milliseconds