Searched refs:ffs_blkfree (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/usr.sbin/makefs/ffs/
H A Dffs_extern.h56 void ffs_blkfree(struct inode *, daddr_t, long);
H A Dffs_alloc.c427 ffs_blkfree(struct inode *ip, daddr_t bno, long size) function
/freebsd-10.3-release/sys/ufs/ffs/
H A Dffs_inode.c267 ffs_blkfree(ump, fs, ip->i_devvp, oldblks[i],
472 ffs_blkfree(ump, fs, ip->i_devvp, bn,
493 ffs_blkfree(ump, fs, ip->i_devvp, bn, bsize, ip->i_number,
525 ffs_blkfree(ump, fs, ip->i_devvp, bn,
672 ffs_blkfree(ip->i_ump, fs, ip->i_devvp, nb, fs->fs_bsize,
H A Dffs_extern.h63 void ffs_blkfree(struct ufsmount *, struct fs *, struct vnode *,
H A Dffs_balloc.c527 ffs_blkfree(ump, fs, ip->i_devvp, *blkp, fs->fs_bsize,
1098 ffs_blkfree(ump, fs, ip->i_devvp, *blkp, fs->fs_bsize,
H A Dffs_alloc.c394 ffs_blkfree(ump, fs, ip->i_devvp, bprev, (long)osize,
719 ffs_blkfree(ump, fs, ip->i_devvp,
966 ffs_blkfree(ump, fs, ip->i_devvp,
2302 ffs_blkfree(ump, fs, devvp, bno, size, inum, vtype, dephd) function
2893 ffs_blkfree(ump, fs, ump->um_devvp, blkno,
H A Dffs_snapshot.c582 ffs_blkfree(ump, copy_fs, vp,
1260 ffs_blkfree(ip->i_ump, fs, vp, blkno, fs->fs_bsize, inum,
1544 ffs_blkfree(ip->i_ump, fs, vp, blkno, fs->fs_bsize, inum,
H A Dffs_softdep.c5630 ffs_blkfree(ump, ump->um_fs, ump->um_devvp, freefrag->ff_blkno,
7328 * to the call to ffs_blkfree that reclaims the space. We accomplish
7748 ffs_blkfree(ump, fs, freeblks->fb_devvp, freework->fw_blkno, bsize,
8182 ffs_blkfree(ump, fs, freeblks->fb_devvp, nb,
8220 ffs_blkfree(ump, fs, freeblks->fb_devvp, dbn, fs->fs_bsize,
8280 * to the call to ffs_blkfree that reclaims the space. We accomplish
10674 * Called via ffs_blkfree() after a set of frags has been cleared from a cg
10715 * until the bitmap is cleared again by ffs_blkfree() to prevent
10816 * This is mostly ffs_blkfree() sans some validation and

Completed in 199 milliseconds