Searched refs:ffs_blkfree (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/ufs/ffs/ |
| D | ffs_inode.c | 267 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,
|
| D | ffs_extern.h | 63 void ffs_blkfree(struct ufsmount *, struct fs *, struct vnode *,
|
| D | ffs_balloc.c | 551 ffs_blkfree(ump, fs, ip->i_devvp, *blkp, fs->fs_bsize, in ffs_balloc_ufs1() 1146 ffs_blkfree(ump, fs, ip->i_devvp, *blkp, fs->fs_bsize, in ffs_balloc_ufs2()
|
| D | ffs_alloc.c | 394 ffs_blkfree(ump, fs, ip->i_devvp, bprev, (long)osize, 720 ffs_blkfree(ump, fs, ip->i_devvp, 968 ffs_blkfree(ump, fs, ip->i_devvp, 2304 ffs_blkfree(ump, fs, devvp, bno, size, inum, vtype, dephd) in ffs_blkfree() function 2902 ffs_blkfree(ump, fs, ump->um_devvp, blkno, in sysctl_ffs_fsck()
|
| D | ffs_snapshot.c | 582 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,
|
| D | ffs_softdep.c | 5629 ffs_blkfree(ump, ump->um_fs, ump->um_devvp, freefrag->ff_blkno, 7747 ffs_blkfree(ump, fs, freeblks->fb_devvp, freework->fw_blkno, bsize, 8183 ffs_blkfree(ump, fs, freeblks->fb_devvp, nb, 8221 ffs_blkfree(ump, fs, freeblks->fb_devvp, dbn, fs->fs_bsize,
|
| /freebsd-10-stable/usr.sbin/makefs/ffs/ |
| D | ffs_extern.h | 56 void ffs_blkfree(struct inode *, daddr_t, long);
|
| D | ffs_alloc.c | 427 ffs_blkfree(struct inode *ip, daddr_t bno, long size) in ffs_blkfree() function
|