Lines Matching defs:tmpfs
38 * tmpfs is a file system that uses FreeBSD's virtual memory
74 #include <fs/tmpfs/tmpfs.h>
81 static MALLOC_DEFINE(M_TMPFSMNT, "tmpfs mount", "tmpfs mount structures");
82 MALLOC_DEFINE(M_TMPFSNAME, "tmpfs name", "tmpfs file names");
165 * belonging to the specified tmpfs mount.
442 /* Allocate the tmpfs mount structure and fill it. */
446 mtx_init(&tmp->tm_allnode_lock, "tmpfs allnode lock", NULL, MTX_DEF);
474 ("tmpfs root with invalid ino: %ju", (uintmax_t)root->tn_id));
488 vfs_mountedfrom(mp, "tmpfs");
565 * because tmpfs vm_objects might be still mapped by some
689 * tmpfs vfs operations.
702 VFS_SET(tmpfs_vfsops, tmpfs, VFCF_JAIL);
724 DB_SHOW_COMMAND(tmpfs, db_show_tmpfs)