Searched defs:tmpfs_mount (Results 1 – 2 of 2) sorted by relevance
362 struct tmpfs_mount { struct367 off_t tm_size_max;375 u_long tm_pages_max;378 u_long tm_pages_used;384 struct tmpfs_node * tm_root;408 /* Refcounter on this struct tmpfs_mount. */ argument409 uint64_t tm_refcount;412 u_int64_t tm_maxfilesize;418 struct tmpfs_node_list tm_nodes_used;421 struct mtx tm_allnode_lock;[all …]
323 tmpfs_mount(struct mount *mp) in tmpfs_mount() function