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

/freebsd-10-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c147 gid_t root_gid; local
175 vfs_scanopt(mp->mnt_optnew, "gid", "%d", &root_gid) != 1)
176 root_gid = va.va_gid;
243 error = tmpfs_alloc_node(mp, tmp, VDIR, root_uid, root_gid,

Completed in 106 milliseconds