Searched refs:root_uid (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zoned_uid/ |
| H A D | zoned_uid_017_neg.ksh | 108 typeset root_uid 109 root_uid=$(get_zoned_uid "$TESTPOOL/$TESTFS/deleg_root") 110 if [[ "$root_uid" != "$ZONED_TEST_UID" ]]; then 111 log_fail "Root zoned_uid changed to '$root_uid', expected '$ZONED_TEST_UID'"
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 332 uid_t root_uid; in tmpfs_mount() local 354 if (vfs_scanopt(opts, "uid", "%d", &root_uid) == 1 && in tmpfs_mount() 355 root_uid != tmp->tm_root->tn_uid) in tmpfs_mount() 421 vfs_scanopt(opts, "uid", "%d", &root_uid) != 1) in tmpfs_mount() 422 root_uid = va.va_uid; in tmpfs_mount() 490 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 903 error = tarfs_alloc_node(tmp, NULL, 0, VDIR, 0, 0, mtime, root_uid, in tarfs_alloc_mount() 941 uid_t root_uid; in tarfs_mount() local 962 vfs_scanopt(mp->mnt_optnew, "uid", "%d", &root_uid) != 1) in tarfs_mount() 963 root_uid = va.va_uid; in tarfs_mount() 978 root_uid, root_gid, root_mode); in tarfs_mount() 1013 error = tarfs_alloc_mount(mp, vp, root_uid, root_gid, root_mode, &tmp); in tarfs_mount()
|