Searched refs:readblock (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/usr.bin/mkuzip/ |
| H A D | mkuzip.c | 99 static struct mkuz_blk *readblock(int, u_int32_t); 330 iblk = readblock(cfs.fdr, cfs.blksz); in main() 425 readblock(int fd, u_int32_t clstsize) in readblock() function
|
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_snapshot.c | 163 static int readblock(struct vnode *vp, struct buf *, ufs2_daddr_t); 664 error = readblock(vp, bp, blockno); in ffs_snapshot() 1082 if ((error = readblock(snapvp, bp, lbn)) != 0) in expunge_ufs1() 1168 (error = readblock(cancelvp, bp, fragstoblks(fs, blkno)))) { in indiracct_ufs1() 1364 if ((error = readblock(snapvp, bp, lbn)) != 0) in expunge_ufs2() 1452 (error = readblock(cancelvp, bp, fragstoblks(fs, blkno)))) { in indiracct_ufs2() 1955 if ((error = readblock(vp, cbp, lbn)) != 0) { in ffs_snapblkfree() 2447 if ((error = readblock(vp, cbp, lbn)) != 0) { in ffs_copyonwrite() 2530 readblock(struct vnode *vp, in readblock() function
|