Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c1318 if (pdirbp != 0) { in getdirblk()
1319 brelse(pdirbp); in getdirblk()
1321 pdirbp = getdatablk(blkno, size); in getdirblk()
1322 return (pdirbp); in getdirblk()
H A Dfsck.h129 struct bufarea *pdirbp; /* pointer to directory data in buffer pool */ variable
H A Dutilities.c230 pbp = pdirbp = NULL; in bufinit()
426 pdirbp = NULL; in ckfini()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c281 pbp = pdirbp = NULL; in bufinit()
367 pbp = pdirbp = NULL; in ckfini()
H A Dfsck.h104 struct bufarea *pdirbp; /* pointer to directory data in buffer pool */ variable