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.c475 tmp->tm_root = root; in tmpfs_mount()
578 error = tmpfs_alloc_vp(mp, VFS_TO_TMPFS(mp)->tm_root, flags, vpp); in tmpfs_root()
H A Dtmpfs.h384 struct tmpfs_node * tm_root; member
H A Dtmpfs_subr.c590 MPASS(IMPLIES(tmp->tm_root == NULL, parent == NULL && type == VDIR)); in tmpfs_alloc_node()
645 MPASS(IMPLIES(parent == NULL, tmp->tm_root == NULL)); in tmpfs_alloc_node()