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

/netbsd-current/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c265 LIST_FOREACH(node, &tmp->tm_nodes, tn_entries) {
343 LIST_FOREACH(node, &tmp->tm_nodes, tn_entries) {
H A Dtmpfs.h78 LIST_ENTRY(tmpfs_node) tn_entries; member in struct:tmpfs_node
H A Dtmpfs_subr.c295 LIST_INSERT_HEAD(&tmp->tm_nodes, node, tn_entries);
321 LIST_REMOVE(node, tn_entries);

Completed in 105 milliseconds