Home
last modified time | relevance | path

Searched refs:find_group_other (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext2/
Dialloc.c370 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other() function
459 group = find_group_other(sb, dir); in ext2_new_inode()
/linux-4.1.27/fs/ext3/
Dialloc.c279 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other() function
379 group = find_group_other(sb, dir); in ext3_new_inode()
/linux-4.1.27/fs/ext4/
Dialloc.c559 static int find_group_other(struct super_block *sb, struct inode *parent, in find_group_other() function
773 ret2 = find_group_other(sb, dir, &group, mode); in __ext4_new_inode()