Lines Matching refs:uid
293 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, in parse_opts() argument
318 *uid = make_kuid(current_user_ns(), option); in parse_opts()
319 if (!uid_valid(*uid)) in parse_opts()
424 kuid_t uid; in hpfs_remount_fs() local
436 uid = sbi->sb_uid; gid = sbi->sb_gid; in hpfs_remount_fs()
442 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs()
458 sbi->sb_uid = uid; sbi->sb_gid = gid; in hpfs_remount_fs()
526 kuid_t uid; in hpfs_fill_super() local
546 uid = current_uid(); in hpfs_fill_super()
556 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super()
604 sbi->sb_uid = uid; in hpfs_fill_super()