Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ufs/ffs/
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,
Dffs_extern.h63 void ffs_blkfree(struct ufsmount *, struct fs *, struct vnode *,
Dffs_balloc.c551 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()
Dffs_alloc.c394 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()
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,
Dffs_softdep.c5629 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/
Dffs_extern.h56 void ffs_blkfree(struct inode *, daddr_t, long);
Dffs_alloc.c427 ffs_blkfree(struct inode *ip, daddr_t bno, long size) in ffs_blkfree() function