Home
last modified time | relevance | path

Searched refs:sb_uid (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()
463 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid)); in hpfs_show_options()
564 sbi->sb_uid = ctx->uid; in hpfs_fill_super()
726 ctx->uid = sbi->sb_uid; in hpfs_init_fs_context()
H A Dhpfs_fn.h74 kuid_t sb_uid; /* uid from mount options */ member