Lines Matching defs:parent
201 * For other inodes, search forward from the parent directory\'s block
204 static int find_group_dir(struct super_block *sb, struct inode *parent)
247 * free inodes than average (starting at parent's group).
256 static int find_group_orlov(struct super_block *sb, struct inode *parent)
258 int parent_group = EXT2_I(parent)->i_block_group;
279 if ((parent == d_inode(sb->s_root)) ||
280 (EXT2_I(parent)->i_flags & EXT2_TOPDIR_FL)) {
368 static int find_group_other(struct super_block *sb, struct inode *parent)
370 int parent_group = EXT2_I(parent)->i_block_group;
376 * Try to place the inode in its parent directory
386 * parent. We want to cause files in a common directory to all land in
388 * directory which shares a blockgroup with our parent to land in a
393 group = (group + parent->i_ino) % ngroups;