Lines Matching refs:uid
314 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, in parse_opts() argument
339 *uid = make_kuid(current_user_ns(), option); in parse_opts()
340 if (!uid_valid(*uid)) in parse_opts()
445 kuid_t uid; in hpfs_remount_fs() local
457 uid = sbi->sb_uid; gid = sbi->sb_gid; in hpfs_remount_fs()
463 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs()
479 sbi->sb_uid = uid; sbi->sb_gid = gid; in hpfs_remount_fs()
547 kuid_t uid; in hpfs_fill_super() local
567 uid = current_uid(); in hpfs_fill_super()
577 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super()
626 sbi->sb_uid = uid; in hpfs_fill_super()