Searched refs:getdirblk (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sbin/fsck_ffs/
H A Ddir.c92 static struct bufarea *getdirblk(daddr_t, long);
197 bp = getdirblk(idesc->id_blkno, blksiz);
227 bp = getdirblk(idesc->id_blkno, blksiz);
250 bp = getdirblk(idesc->id_blkno, blksiz);
259 bp = getdirblk(idesc->id_blkno, blksiz);
292 bp = getdirblk(idesc->id_blkno, blksiz);
791 bp = getdirblk(dirblk, ffs_sblksize(sblock, (daddr_t)DIP(dp, size), lastbn + 1));
795 bp = getdirblk(newblk, sblock->fs_bsize);
805 bp = getdirblk(dirblk, ffs_sblksize(sblock, (daddr_t)DIP(dp, size), lastbn + 1));
869 bp = getdirblk(dirbl
953 getdirblk(daddr_t blkno, long size) function
[all...]
/netbsd-current/sbin/fsck_ext2fs/
H A Ddir.c106 static struct bufarea *getdirblk(daddr_t, long);
179 bp = getdirblk(idesc->id_blkno, blksiz);
205 bp = getdirblk(idesc->id_blkno, blksiz);
214 bp = getdirblk(idesc->id_blkno, blksiz);
245 bp = getdirblk(idesc->id_blkno, blksiz);
573 bp = getdirblk(fs2h32(dp->e2di_blocks[lastbn + 1]),
580 bp = getdirblk(newblk, sblock.e2fs_bsize);
588 bp = getdirblk(fs2h32(dp->e2di_blocks[lastbn + 1]),
641 bp = getdirblk(fs2h32(dp->e2di_blocks[0]), sblock.e2fs_bsize);
716 getdirblk(daddr_ function
[all...]

Completed in 161 milliseconds