Searched refs:ext4_get_resgid (Results 1 – 2 of 2) sorted by relevance
3028 ext4_get_resgid(es) != EXT4_DEF_RESGID) in _ext4_show_options()5391 sbi->s_resgid = make_kgid(&init_user_ns, ext4_get_resgid(es)); in __ext4_fill_super()
1934 static inline int ext4_get_resgid(struct ext4_super_block *es) in ext4_get_resgid() function