Searched refs:copyblkno (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/fsck_ffs/ |
H A D | inode.c | 961 ufs2_daddr_t copyblkno; in copyonwrite() local 971 copyblkno = blknum(fs, dbtofsb(fs, bp->b_bno)); in copyonwrite() 973 chkcopyonwrite(fs, copyblkno, checkblkavail); in copyonwrite() 974 copyblkno += fs->fs_frag; in copyonwrite() 979 chkcopyonwrite(struct fs *fs, ufs2_daddr_t copyblkno, in chkcopyonwrite() argument 989 lbn = fragstoblks(fs, copyblkno); in chkcopyonwrite() 1014 if (blread(fsreadfd, copybuf, fsbtodb(fs, copyblkno), in chkcopyonwrite() 1018 (intmax_t)copyblkno); in chkcopyonwrite() 1026 if ((blkno = allocblk(dtog(fs, copyblkno), fs->fs_frag, in chkcopyonwrite()
|