Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/tmpfs/
Dtmpfs.h326 struct tmpfs_mount { struct
331 off_t tm_size_max;
339 u_long tm_pages_max;
342 u_long tm_pages_used;
366 /* Refcounter on this struct tmpfs_mount. */ argument
367 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 …]
Dtmpfs_vfsops.c321 tmpfs_mount(struct mount *mp) in tmpfs_mount() function
/freebsd-12-stable/contrib/amd/amd/
Dops_tmpfs.c169 tmpfs_mount(am_node *am, mntfs *mf) in tmpfs_mount() function