Searched refs:dx_root_limit (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | namei.c | 143 static unsigned dx_root_limit (struct inode *dir, unsigned infosize); 223 static inline unsigned dx_root_limit (struct inode *dir, unsigned infosize) in dx_root_limit() function 384 if (dx_get_limit(entries) != dx_root_limit(dir, in dx_probe() 1395 dx_set_limit (entries, dx_root_limit(dir, sizeof(root->info))); in make_indexed_dir()
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 249 static unsigned dx_root_limit(struct inode *dir, unsigned infosize); 548 static inline unsigned dx_root_limit(struct inode *dir, unsigned infosize) in dx_root_limit() function 792 if (dx_get_limit(entries) != dx_root_limit(dir, in dx_probe() 2078 dx_set_limit(entries, dx_root_limit(dir, sizeof(root->info))); in make_indexed_dir()
|