HomeSort by: relevance | last modified time | path
    Searched refs:tn_entries (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_vfsops.c 265 LIST_FOREACH(node, &tmp->tm_nodes, tn_entries) {
343 LIST_FOREACH(node, &tmp->tm_nodes, tn_entries) {
tmpfs.h 78 LIST_ENTRY(tmpfs_node) tn_entries;
tmpfs_subr.c 295 LIST_INSERT_HEAD(&tmp->tm_nodes, node, tn_entries);
321 LIST_REMOVE(node, tn_entries);

Completed in 12 milliseconds