Searched refs:ta_root_gid (Results 1 – 4 of 4) sorted by relevance
136 if (args->ta_root_uid == VNOVAL || args->ta_root_gid == VNOVAL || in tmpfs_mount()169 args->ta_root_gid, args->ta_root_mode & ALLPERMS, NULL, in tmpfs_mount()
152 args->ta_root_gid = gidset ? gid : sb.st_gid; in mount_tmpfs_parseargs()
607 if (verbose || tmpfs_args->ta_root_uid || tmpfs_args->ta_root_gid) in prmount()609 "uid", tmpfs_args->ta_root_uid, "gid", tmpfs_args->ta_root_gid); in prmount()
238 gid_t ta_root_gid; member