Home
last modified time | relevance | path

Searched refs:tm_nonc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h426 bool tm_nonc; member
641 return (!(VFS_TO_TMPFS(vp->v_mount)->tm_nonc)); in tmpfs_use_nc()
H A Dtmpfs_vfsops.c461 tmp->tm_nonc = nonc; in tmpfs_mount()
724 tmp->tm_ronly ? 'o' : 'w', tmp->tm_nonc ? "no" : "", in db_print_tmpfs()
H A Dtmpfs_subr.c665 if (!tmp->tm_nonc) { in tmpfs_alloc_node()
1071 error = getnewvnode("tmpfs", mp, VFS_TO_TMPFS(mp)->tm_nonc ? in tmpfs_alloc_vp()