Searched refs:find_group_orlov (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ext2/ |
D | ialloc.c | 258 static int find_group_orlov(struct super_block *sb, struct inode *parent) in find_group_orlov() function 457 group = find_group_orlov(sb, dir); in ext2_new_inode()
|
/linux-4.1.27/fs/ext3/ |
D | ialloc.c | 193 static int find_group_orlov(struct super_block *sb, struct inode *parent) in find_group_orlov() function 377 group = find_group_orlov(sb, dir); in ext3_new_inode()
|
/linux-4.1.27/fs/ext4/ |
D | ialloc.c | 411 static int find_group_orlov(struct super_block *sb, struct inode *parent, in find_group_orlov() function 602 return find_group_orlov(sb, parent, group, mode, NULL); in find_group_other() 771 ret2 = find_group_orlov(sb, dir, &group, mode, qstr); in __ext4_new_inode()
|