Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c337 uid_t root_uid; in tmpfs_mount() local
396 vfs_scanopt(mp->mnt_optnew, "uid", "%d", &root_uid) != 1) in tmpfs_mount()
397 root_uid = va.va_uid; in tmpfs_mount()
458 error = tmpfs_alloc_node(mp, tmp, VDIR, root_uid, root_gid, in tmpfs_mount()