Home
last modified time | relevance | path

Searched refs:usepc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/ufs/lfs/
H A Dlfs_inode.c231 int usepc; in lfs_truncate() local
264 usepc = (ovp->v_type == VREG && ovp != fs->lfs_ivnode); in lfs_truncate()
278 if (usepc) { in lfs_truncate()
356 } else if (!usepc) { in lfs_truncate()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_vnops.c632 bool usepc = false; in chfs_read() local
664 usepc = vp->v_type == VREG; in chfs_read()
666 if (usepc) { in chfs_read()