Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c352 root_gid != tmp->tm_root->tn_gid) in tmpfs_mount()
355 root_uid != tmp->tm_root->tn_uid) in tmpfs_mount()
358 (root_mode & S_IFMT) != (tmp->tm_root->tn_mode & S_IFMT)) in tmpfs_mount()
499 tmp->tm_root = root; in tmpfs_mount()
602 error = tmpfs_alloc_vp(mp, VFS_TO_TMPFS(mp)->tm_root, flags, vpp); in tmpfs_root()
H A Dtmpfs.h393 struct tmpfs_node * tm_root; member
H A Dtmpfs_subr.c551 MPASS(IMPLIES(tmp->tm_root == NULL, parent == NULL && type == VDIR)); in tmpfs_alloc_node()
606 MPASS(IMPLIES(parent == NULL, tmp->tm_root == NULL)); in tmpfs_alloc_node()