Home
last modified time | relevance | path

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

/netbsd/sbin/mount_tmpfs/
H A Dmount_tmpfs.c220 args->ta_root_gid = gidset ? gid : sb.st_gid; in mount_tmpfs_parseargs()
267 gr = getgrgid(args.ta_root_gid); in mount_tmpfs()
270 (uintmax_t)args.ta_root_gid); in mount_tmpfs()
/netbsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c119 args->ta_root_gid = root->tn_gid; in tmpfs_mount()
132 if (args->ta_root_uid == VNOVAL || args->ta_root_gid == VNOVAL) in tmpfs_mount()
176 root->tn_gid = args->ta_root_gid; in tmpfs_mount()
209 va.va_gid = args->ta_root_gid; in tmpfs_mount()
H A Dtmpfs_args.h50 gid_t ta_root_gid; member
/netbsd/external/bsd/am-utils/dist/amd/
H A Dops_tmpfs.c155 tmpfs_args.ta_root_gid = atoi(p); in mount_tmpfs()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_fs.c841 fs_args.tmpfs_args.ta_root_gid = in netbsd32___mount50()
842 fs_args32.tmpfs_args.ta_root_gid; in netbsd32___mount50()
1030 fs_args32.tmpfs_args.ta_root_gid = in netbsd32___mount50()
1031 fs_args.tmpfs_args.ta_root_gid; in netbsd32___mount50()
H A Dnetbsd32.h1056 gid_t ta_root_gid; member
/netbsd/external/bsd/am-utils/dist/
H A Dconfigure.ac990 AMU_CHECK_FIELD(tmpfs_args_t.ta_root_gid)