Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vfsops.c195 LIST_INIT(&tmp->tm_nodes_used); in tmpfs_mount()
284 LIST_FOREACH(node, &tmp->tm_nodes_used, tn_entries) { in tmpfs_unmount()
344 LIST_FOREACH(node, &tmp->tm_nodes_used, tn_entries) { in tmpfs_unmount()
376 while ((node = LIST_FIRST(&tmp->tm_nodes_used)) != NULL) { in tmpfs_unmount()
454 LIST_FOREACH(node, &tmp->tm_nodes_used, tn_entries) { in tmpfs_fhtovp()
H A Dtmpfs.h362 struct tmpfs_node_list tm_nodes_used; member
H A Dtmpfs_subr.c182 LIST_INSERT_HEAD(&tmp->tm_nodes_used, nnode, tn_entries); in tmpfs_alloc_node()