Home
last modified time | relevance | path

Searched refs:ext4_get_resgid (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dsuper.c3028 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()
H A Dext4.h1934 static inline int ext4_get_resgid(struct ext4_super_block *es) in ext4_get_resgid() function