Lines Matching defs:readat
172 * readat() and writeat() break everything up into pieces no larger
197 readat(off_t blkno, void *buf, int size)
340 readat(FFS_FSBTODB(oldsb, cgtod(oldsb, cg)), cgp, cgblksz);
346 readat(FFS_FSBTODB(oldsb, oldsb->fs_csaddr), csums, oldsb->fs_cssize);
1149 readat(FFS_FSBTODB(newsb, bn), indirblks[lev], newsb->fs_bsize);
1274 readat(FFS_FSBTODB(oldsb, ino_to_fsba(oldsb, ino)), ibuf,
1452 readat(FFS_FSBTODB(oldsb, i - run), &buf[0],
1463 readat(FFS_FSBTODB(oldsb, i - run), &buf[0],
1534 readat(FFS_FSBTODB(oldsb, off), &blk[0], oldsb->fs_bsize);
1725 readat(FFS_FSBTODB(oldsb, bn), &buf, size << oldsb->fs_fshift);
2228 readat(where / DEV_BSIZE, oldsb, SBLOCKSIZE);