Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c334 mode_t root_mode; in tmpfs_mount() local
357 if (vfs_scanopt(opts, "mode", "%ho", &root_mode) == 1 && in tmpfs_mount()
358 (root_mode & S_IFMT) != (tmp->tm_root->tn_mode & S_IFMT)) in tmpfs_mount()
424 vfs_scanopt(opts, "mode", "%ho", &root_mode) != 1) in tmpfs_mount()
425 root_mode = va.va_mode; in tmpfs_mount()
491 root_mode & ALLPERMS, NULL, NULL, VNOVAL, &root); in tmpfs_mount()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c855 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()
943 mode_t root_mode; in tarfs_mount() local
965 vfs_scanopt(mp->mnt_optnew, "mode", "%ho", &root_mode) != 1) in tarfs_mount()
966 root_mode = va.va_mode; 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()