Home
last modified time | relevance | path

Searched refs:ta_root_gid (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/tmpfs/
Dtmpfs_vfsops.c136 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()
/openbsd/src/sbin/mount_tmpfs/
Dmount_tmpfs.c152 args->ta_root_gid = gidset ? gid : sb.st_gid; in mount_tmpfs_parseargs()
/openbsd/src/sbin/mount/
Dmount.c607 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()
/openbsd/src/sys/sys/
Dmount.h238 gid_t ta_root_gid; member