Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dsuper.c442 sbi->sb_uid = ctx->uid; sbi->sb_gid = ctx->gid; in hpfs_reconfigure()
464 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid)); in hpfs_show_options()
565 sbi->sb_gid = ctx->gid; in hpfs_fill_super()
727 ctx->gid = sbi->sb_gid; in hpfs_init_fs_context()
H A Dhpfs_fn.h75 kgid_t sb_gid; /* gid from mount options */ member