Searched refs:find_group_other (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | ialloc.c | 368 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other() function 457 group = find_group_other(sb, dir); in ext2_new_inode()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | ialloc.c | 359 static int find_group_other(struct super_block *sb, struct inode *parent) in find_group_other() function 448 group = find_group_other(sb, dir); in ext2_new_inode()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ialloc.c | 568 static int find_group_other(struct super_block *sb, struct inode *parent, in find_group_other() function 1016 ret2 = find_group_other(sb, dir, &group, mode); in __ext4_new_inode()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ialloc.c | 569 static int find_group_other(struct super_block *sb, struct inode *parent, in find_group_other() function 1017 ret2 = find_group_other(sb, dir, &group, mode); in __ext4_new_inode()
|
Completed in 6 milliseconds