Searched refs:tm_nodes_used (Results 1 – 4 of 4) sorted by relevance
478 LIST_INIT(&tmp->tm_nodes_used); in tmpfs_mount()556 while ((node = LIST_FIRST(&tmp->tm_nodes_used)) != NULL) { in tmpfs_unmount()628 LIST_FOREACH(node, &tmp->tm_nodes_used, tn_entries) { in tmpfs_fhtovp()
427 struct tmpfs_node_list tm_nodes_used; member
678 LIST_INSERT_HEAD(&tmp->tm_nodes_used, nnode, tn_entries); in tmpfs_alloc_node()
1839 LIST_FOREACH_SAFE(tnp, &tm->tm_nodes_used, tn_entries, tnp1) { in tmpfs_vptocnp()