Lines Matching defs:tmpfs_mount
371 struct tmpfs_mount { struct
376 off_t tm_size_max;
384 u_long tm_pages_max;
387 u_long tm_pages_used;
393 struct tmpfs_node * tm_root;
417 /* Refcounter on this struct tmpfs_mount. */ argument
418 uint64_t tm_refcount;
421 u_int64_t tm_maxfilesize;
427 struct tmpfs_node_list tm_nodes_used;
430 struct mtx tm_allnode_lock;
433 bool tm_ronly;
435 bool tm_nonc;
437 bool tm_nomtime;
440 bool tm_pgread;