Searched refs:dx_root_limit (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ext3/ |
D | namei.c | 156 static unsigned dx_root_limit (struct inode *dir, unsigned infosize); 236 static inline unsigned dx_root_limit (struct inode *dir, unsigned infosize) in dx_root_limit() function 395 if (dx_get_limit(entries) != dx_root_limit(dir, in dx_probe() 1406 dx_set_limit (entries, dx_root_limit(dir, sizeof(root->info))); in make_indexed_dir()
|
/linux-2.6.39/fs/ext4/ |
D | namei.c | 156 static unsigned dx_root_limit(struct inode *dir, unsigned infosize); 238 static inline unsigned dx_root_limit(struct inode *dir, unsigned infosize) in dx_root_limit() function 396 if (dx_get_limit(entries) != dx_root_limit(dir, in dx_probe() 1403 dx_set_limit(entries, dx_root_limit(dir, sizeof(root->info))); in make_indexed_dir()
|