Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_inode.c327 ffs_blkfree(ump, fs, ITODEVVP(ip), oldblks[i], in ffs_truncate()
584 ffs_blkfree(ump, fs, ump->um_devvp, bn, in ffs_truncate()
606 ffs_blkfree(ump, fs, ump->um_devvp, bn, bsize, ip->i_number, in ffs_truncate()
640 ffs_blkfree(ump, fs, ump->um_devvp, bn, in ffs_truncate()
786 ffs_blkfree(ump, fs, ITODEVVP(ip), nb, fs->fs_bsize, in ffs_indirtrunc()
H A Dffs_extern.h61 void ffs_blkfree(struct ufsmount *, struct fs *, struct vnode *,
H A Dffs_alloc.c418 ffs_blkfree(ump, fs, ump->um_devvp, bprev, (long)osize, in ffs_realloccg()
797 ffs_blkfree(ump, fs, ump->um_devvp, in ffs_reallocblks_ufs1()
1063 ffs_blkfree(ump, fs, ump->um_devvp, in ffs_reallocblks_ufs2()
2671 ffs_blkfree(struct ufsmount *ump, in ffs_blkfree() function
3466 ffs_blkfree(ump, fs, ump->um_devvp, blkno, in sysctl_ffs_fsck()
H A Dffs_balloc.c578 ffs_blkfree(ump, fs, ump->um_devvp, *blkp, fs->fs_bsize, in ffs_balloc_ufs1()
1206 ffs_blkfree(ump, fs, ump->um_devvp, *blkp, fs->fs_bsize, in ffs_balloc_ufs2()
H A Dffs_snapshot.c604 ffs_blkfree(ump, copy_fs, vp, in ffs_snapshot()
1303 ffs_blkfree(ITOUMP(ip), fs, vp, blkno, fs->fs_bsize, inum, in mapacct_ufs1()
1588 ffs_blkfree(ITOUMP(ip), fs, vp, blkno, fs->fs_bsize, inum, in mapacct_ufs2()
H A Dffs_softdep.c5874 ffs_blkfree(ump, ump->um_fs, ump->um_devvp, freefrag->ff_blkno, in handle_workitem_freefrag()
7614 * to the call to ffs_blkfree that reclaims the space. We accomplish in cancel_allocdirect()
8024 ffs_blkfree(ump, fs, freeblks->fb_devvp, freework->fw_blkno, bsize, in freework_freeblock()
8464 ffs_blkfree(ump, fs, freeblks->fb_devvp, nb, in indir_trunc()
8503 ffs_blkfree(ump, fs, freeblks->fb_devvp, dbn, fs->fs_bsize, in indir_trunc()
8563 * to the call to ffs_blkfree that reclaims the space. We accomplish in cancel_allocindir()
10977 * Called via ffs_blkfree() after a set of frags has been cleared from a cg
11019 * until the bitmap is cleared again by ffs_blkfree() to prevent in softdep_setup_blkfree()
11124 * This is mostly ffs_blkfree() sans some validation and in jnewblk_rollback()
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_extern.h55 void ffs_blkfree(struct inode *, daddr_t, long);
H A Dffs_alloc.c423 ffs_blkfree(struct inode *ip, daddr_t bno, long size) in ffs_blkfree() function