Lines Matching refs:uid
259 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, in parse_opts() argument
284 *uid = make_kuid(current_user_ns(), option); in parse_opts()
285 if (!uid_valid(*uid)) in parse_opts()
390 kuid_t uid; in hpfs_remount_fs() local
403 uid = sbi->sb_uid; gid = sbi->sb_gid; in hpfs_remount_fs()
409 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs()
425 sbi->sb_uid = uid; sbi->sb_gid = gid; in hpfs_remount_fs()
466 kuid_t uid; in hpfs_fill_super() local
491 uid = current_uid(); in hpfs_fill_super()
501 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super()
548 sbi->sb_uid = uid; in hpfs_fill_super()