Searched defs:tmpfs_mount (Results 1 – 2 of 2) sorted by relevance
371 struct tmpfs_mount { struct376 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. */ argument418 uint64_t tm_refcount;421 u_int64_t tm_maxfilesize;427 struct tmpfs_node_list tm_nodes_used;430 struct mtx tm_allnode_lock;[all …]
322 tmpfs_mount(struct mount *mp) in tmpfs_mount() function