Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c503 tmp->tm_root = root; in tmpfs_mount()
606 error = tmpfs_alloc_vp(mp, VFS_TO_TMPFS(mp)->tm_root, flags, vpp); in tmpfs_root()
H A Dtmpfs.h348 struct tmpfs_node * tm_root; member
H A Dtmpfs_subr.c192 MPASS(IMPLIES(tmp->tm_root == NULL, parent == NULL && type == VDIR)); in tmpfs_alloc_node()
193 KASSERT(tmp->tm_root == NULL || mp->mnt_writeopcount > 0, in tmpfs_alloc_node()
249 MPASS(IMPLIES(parent == NULL, tmp->tm_root == NULL)); in tmpfs_alloc_node()