Searched refs:ffs_blkfree (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/ufs/ffs/ |
H A D | ffs_inode.c | 304 ffs_blkfree(oip, bn, fs->fs_bsize); in ffs_truncate() 324 ffs_blkfree(oip, bn, bsize); in ffs_truncate() 354 ffs_blkfree(oip, bn, oldspace - newspace); in ffs_truncate() 505 ffs_blkfree(ip, nb, fs->fs_bsize); in ffs_indirtrunc()
|
H A D | ffs_extern.h | 114 void ffs_blkfree(struct inode *, daddr_t, long);
|
H A D | ffs_balloc.c | 370 ffs_blkfree(ip, *blkp, fs->fs_bsize); in ffs1_balloc() 804 ffs_blkfree(ip, *blkp, fs->fs_bsize); in ffs2_balloc()
|
H A D | ffs_alloc.c | 294 ffs_blkfree(ip, bprev, (long)osize); in ffs_realloccg() 296 ffs_blkfree(ip, bno + numfrags(fs, nsize), in ffs_realloccg() 1249 ffs_blkfree(struct inode *ip, daddr_t bno, long size) in ffs_blkfree() function
|