Home
last modified time | relevance | path

Searched refs:tm_nodes_used (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c454 LIST_INIT(&tmp->tm_nodes_used); in tmpfs_mount()
532 while ((node = LIST_FIRST(&tmp->tm_nodes_used)) != NULL) { in tmpfs_unmount()
608 LIST_FOREACH(node, &tmp->tm_nodes_used, tn_entries) { in tmpfs_fhtovp()
H A Dtmpfs.h418 struct tmpfs_node_list tm_nodes_used; member
H A Dtmpfs_vnops.c1811 LIST_FOREACH_SAFE(tnp, &tm->tm_nodes_used, tn_entries, tnp1) { in tmpfs_vptocnp()
H A Dtmpfs_subr.c716 LIST_INSERT_HEAD(&tmp->tm_nodes_used, nnode, tn_entries); in tmpfs_alloc_node()