HomeSort by: relevance | last modified time | path
    Searched defs:usepc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_inode.c 231 int usepc; local in function:lfs_truncate
264 usepc = (ovp->v_type == VREG && ovp != fs->lfs_ivnode);
278 if (usepc) {
356 } else if (!usepc) {
lfs_inode.c 231 int usepc; local in function:lfs_truncate
264 usepc = (ovp->v_type == VREG && ovp != fs->lfs_ivnode);
278 if (usepc) {
356 } else if (!usepc) {
  /src/sys/ufs/chfs/
chfs_vnops.c 632 bool usepc = false; local in function:chfs_read
664 usepc = vp->v_type == VREG;
666 if (usepc) {
chfs_vnops.c 632 bool usepc = false; local in function:chfs_read
664 usepc = vp->v_type == VREG;
666 if (usepc) {

Completed in 24 milliseconds