Searched defs:tmpfs_mount (Results 1 – 3 of 3) sorted by relevance
326 struct tmpfs_mount { struct331 off_t tm_size_max;339 u_long tm_pages_max;342 u_long tm_pages_used;366 /* Refcounter on this struct tmpfs_mount. */ argument367 uint64_t tm_refcount;370 u_int64_t tm_maxfilesize;376 struct tmpfs_node_list tm_nodes_used;379 struct mtx tm_allnode_lock;382 bool tm_ronly;[all …]
321 tmpfs_mount(struct mount *mp) in tmpfs_mount() function
169 tmpfs_mount(am_node *am, mntfs *mf) in tmpfs_mount() function