Home
last modified time | relevance | path

Searched refs:root_gid (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c336 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 Dtarfs_vfsops.c857 uid_t root_uid, gid_t root_gid, mode_t root_mode, in tarfs_alloc_mount() argument
906 root_gid, root_mode & ALLPERMS, 0, NULL, NODEV, NULL, &root); in tarfs_alloc_mount()
944 gid_t root_gid; in tarfs_mount() local
961 vfs_scanopt(mp->mnt_optnew, "gid", "%d", &root_gid) != 1) in tarfs_mount()
962 root_gid = va.va_gid; in tarfs_mount()
980 root_uid, root_gid, root_mode); in tarfs_mount()
1020 error = tarfs_alloc_mount(mp, vp, root_uid, root_gid, root_mode, &tmp); in tarfs_mount()