Home
last modified time | relevance | path

Searched refs:ffs_isfreeblock (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/usr.sbin/makefs/ffs/
HDffs_extern.h72 int ffs_isfreeblock(struct fs *, u_char *, int32_t);
HDffs_subr.c117 ffs_isfreeblock(fs, cp, h) in ffs_isfreeblock() function
HDffs_alloc.c463 if (!ffs_isfreeblock(fs, cg_blksfree_swap(cgp, needswap), fragno)) { in ffs_blkfree()
/freebsd-11-stable/lib/libufs/
HDlibufs.h144 int ffs_isfreeblock(struct fs *, u_char *, ufs1_daddr_t);
/freebsd-11-stable/sys/ufs/ffs/
HDffs_extern.h78 int ffs_isfreeblock(struct fs *, u_char *, ufs1_daddr_t);
HDffs_subr.c202 ffs_isfreeblock(fs, cp, h) in ffs_isfreeblock() function
HDffs_alloc.c2226 if (!ffs_isfreeblock(fs, blksfree, fragno)) {
/freebsd-11-stable/sbin/fsck_ffs/
HDgjournal.c274 if (!ffs_isfreeblock(fs, blksfree, fragno)) in blkfree()
HDsuj.c1876 if (ffs_isfreeblock(fs, blksfree, cgbno)) in cg_write()