Searched refs:tn_entries (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/fs/tmpfs/
H A Dtmpfs.h151 LIST_ENTRY(tmpfs_node) tn_entries; member in struct:tmpfs_node
H A Dtmpfs_vfsops.c370 LIST_FOREACH(node, &tmp->tm_nodes_used, tn_entries) {
H A Dtmpfs_subr.c264 LIST_INSERT_HEAD(&tmp->tm_nodes_used, nnode, tn_entries);
302 LIST_REMOVE(node, tn_entries);

Completed in 103 milliseconds