Home
last modified time | relevance | path

Searched defs:tmpfs_mount (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h371 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;
[all …]
H A Dtmpfs_vfsops.c322 tmpfs_mount(struct mount *mp) in tmpfs_mount() function