Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c2997 ext4_get_resuid(es) != EXT4_DEF_RESUID) in _ext4_show_options()
5359 sbi->s_resuid = make_kuid(&init_user_ns, ext4_get_resuid(es)); in __ext4_fill_super()
5360 sbi->s_resgid = make_kgid(&init_user_ns, ext4_get_resuid(es)); in __ext4_fill_super()
H A Dext4.h1855 static inline int ext4_get_resuid(struct ext4_super_block *es) in ext4_get_resuid() function