Home
last modified time | relevance | path

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

/openbsd/src/sys/tmpfs/
Dtmpfs_subr.c910 if (tmpfs_uio_cached(node)) in tmpfs_reg_resize()
920 if (tmpfs_uio_cached(node)) in tmpfs_reg_resize()
1179 tmpfs_uio_cached(tmpfs_node_t *node) in tmpfs_uio_cached() function
1190 if (tmpfs_uio_cached(node) == 1 && node->tn_pgnum == pgnum) in tmpfs_uio_lookup()
1245 if (tmpfs_uio_cached(node)) in tmpfs_uiomove()
1273 KASSERT(tmpfs_uio_cached(node) == 0); in tmpfs_zeropg()
Dtmpfs.h298 int tmpfs_uio_cached(tmpfs_node_t *);
Dtmpfs_vnops.c1026 if (vp->v_type == VREG && tmpfs_uio_cached(node)) in tmpfs_inactive()