Searched refs:root_gid (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 336 gid_t root_gid; in tmpfs_mount() local 394 vfs_scanopt(mp->mnt_optnew, "gid", "%d", &root_gid) != 1) in tmpfs_mount() 395 root_gid = va.va_gid; in tmpfs_mount() 466 error = tmpfs_alloc_node(mp, tmp, VDIR, root_uid, root_gid, in tmpfs_mount()
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_vfsops.c | 855 uid_t root_uid, gid_t root_gid, mode_t root_mode, in tarfs_alloc_mount() argument 904 root_gid, root_mode & ALLPERMS, 0, NULL, NODEV, NULL, &root); in tarfs_alloc_mount() 942 gid_t root_gid; in tarfs_mount() local 959 vfs_scanopt(mp->mnt_optnew, "gid", "%d", &root_gid) != 1) in tarfs_mount() 960 root_gid = va.va_gid; in tarfs_mount() 978 root_uid, root_gid, root_mode); in tarfs_mount() 1018 error = tarfs_alloc_mount(mp, vp, root_uid, root_gid, root_mode, &tmp); in tarfs_mount()
|