Searched refs:readblock (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/mkuzip/ |
H A D | mkuzip.c | 98 static struct mkuz_blk *readblock(int, u_int32_t); 329 iblk = readblock(cfs.fdr, cfs.blksz); in main() 424 readblock(int fd, u_int32_t clstsize) in readblock() function
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_snapshot.c | 161 static int readblock(struct vnode *vp, struct buf *, ufs2_daddr_t); 662 error = readblock(vp, bp, blockno); in ffs_snapshot() 1080 if ((error = readblock(snapvp, bp, lbn)) != 0) in expunge_ufs1() 1166 (error = readblock(cancelvp, bp, fragstoblks(fs, blkno)))) { in indiracct_ufs1() 1362 if ((error = readblock(snapvp, bp, lbn)) != 0) in expunge_ufs2() 1450 (error = readblock(cancelvp, bp, fragstoblks(fs, blkno)))) { in indiracct_ufs2() 1953 if ((error = readblock(vp, cbp, lbn)) != 0) { in ffs_snapblkfree() 2444 if ((error = readblock(vp, cbp, lbn)) != 0) { in ffs_copyonwrite() 2525 readblock(struct vnode *vp, in readblock() function
|