Searched refs:find_group_other (Results 1 – 3 of 3) sorted by relevance
/fs/ext2/ |
D | ialloc.c | 378 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other() function 466 group = find_group_other(sb, dir); in ext2_new_inode()
|
/fs/ext4/ |
D | ialloc.c | 544 static int find_group_other(struct super_block *sb, struct inode *parent, in find_group_other() function 722 ret2 = find_group_other(sb, dir, &group); in ext4_new_inode() 738 ret2 = find_group_other(sb, dir, &group); in ext4_new_inode()
|
/fs/ext3/ |
D | ialloc.c | 352 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other() function 453 group = find_group_other(sb, dir); in ext3_new_inode()
|