Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h189 bool tn_attached; /* (m) */ member
H A Dtmpfs_subr.c717 nnode->tn_attached = true; in tmpfs_alloc_node()
757 if (node->tn_attached && (detach || last)) { in tmpfs_free_node_locked()
761 node->tn_attached = false; in tmpfs_free_node_locked()
H A Dtmpfs_vnops.c1848 if (tnp->tn_attached) { in tmpfs_vptocnp()