HomeSort by: relevance | last modified time | path
    Searched refs:ffs_blkfree (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ffs_extern.h 55 void ffs_blkfree(struct inode *, daddr_t, long);
ffs_alloc.c 433 ffs_blkfree(struct inode *ip, daddr_t bno, long size) function in typeref:typename:void
  /src/sys/ufs/ffs/
ffs_extern.h 99 void ffs_blkfree(struct fs *, struct vnode *, daddr_t, long, ino_t);
ffs_inode.c 282 ffs_blkfree(fs, oip->i_devvp, oldblks[i],
500 ffs_blkfree(fs, oip->i_devvp, bn,
527 ffs_blkfree(fs, oip->i_devvp, bn, bsize, oip->i_number);
567 ffs_blkfree(fs, oip->i_devvp, bn,
762 ffs_blkfree(fs, ip->i_devvp, nb, fs->fs_bsize,
ffs_balloc.c 511 ffs_blkfree(fs, ip->i_devvp, *blkp, fs->fs_bsize, ip->i_number);
1031 ffs_blkfree(fs, ip->i_devvp, *blkp, fs->fs_bsize, ip->i_number);
ffs_wapbl.c 187 ffs_blkfree(fs, ump->um_devvp,
ffs_alloc.c 507 ffs_blkfree(fs, ip->i_devvp, bprev, (long)osize,
1733 ffs_blkfree(struct fs *fs, struct vnode *devvp, daddr_t bno, long size, function in typeref:typename:void

Completed in 54 milliseconds