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

/freebsd-10.0-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c306 next = LIST_NEXT(node, tn_entries);
366 LIST_FOREACH(node, &tmp->tm_nodes_used, tn_entries) {
H A Dtmpfs.h159 LIST_ENTRY(tmpfs_node) tn_entries; member in struct:tmpfs_node
H A Dtmpfs_subr.c246 LIST_INSERT_HEAD(&tmp->tm_nodes_used, nnode, tn_entries);
286 LIST_REMOVE(node, tn_entries);

Completed in 118 milliseconds