Lines Matching refs:uid
313 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, in parse_opts() argument
338 *uid = make_kuid(current_user_ns(), option); in parse_opts()
339 if (!uid_valid(*uid)) in parse_opts()
444 kuid_t uid; in hpfs_remount_fs() local
456 uid = sbi->sb_uid; gid = sbi->sb_gid; in hpfs_remount_fs()
462 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs()
478 sbi->sb_uid = uid; sbi->sb_gid = gid; in hpfs_remount_fs()
546 kuid_t uid; in hpfs_fill_super() local
566 uid = current_uid(); in hpfs_fill_super()
576 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super()
625 sbi->sb_uid = uid; in hpfs_fill_super()