Home
last modified time | relevance | path

Searched refs:pdirbp (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sbin/fsck_ffs/
Ddir.c657 if (pdirbp != 0) in getdirblk()
658 pdirbp->b_flags &= ~B_INUSE; in getdirblk()
659 pdirbp = getdatablk(blkno, size); in getdirblk()
660 return (pdirbp); in getdirblk()
Dfsck.h139 extern struct bufarea *pdirbp; /* current directory contents */
Dutilities.c149 pbp = pdirbp = NULL; in bufinit()
351 pbp = pdirbp = NULL; in ckfini()
Dmain.c62 struct bufarea *pdirbp; /* current directory contents */ variable
/openbsd/src/sbin/fsck_ext2fs/
Ddir.c680 if (pdirbp != 0) in getdirblk()
681 pdirbp->b_flags &= ~B_INUSE; in getdirblk()
682 pdirbp = getdatablk(blkno, size); in getdirblk()
683 return (pdirbp); in getdirblk()
Dfsck.h74 extern struct bufarea *pdirbp; /* current directory contents */
Dutilities.c124 pbp = pdirbp = NULL; in bufinit()
259 pbp = pdirbp = NULL; in ckfini()
Dmain.c64 struct bufarea *pdirbp; /* current directory contents */ variable
/openbsd/src/sbin/fsdb/
Dfsdb.c78 struct bufarea *pdirbp; /* current directory contents */ variable