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

/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dffs_extern.h74 int ffs_isfreeblock(struct fs *, u_char *, int32_t);
H A Dffs_subr.c116 ffs_isfreeblock(struct fs *fs, u_char *cp, int32_t h) function
129 panic("ffs_isfreeblock: unknown fs_fragshift %d",
H A Dffs_alloc.c463 if (!ffs_isfreeblock(fs, cg_blksfree_swap(cgp, needswap), fragno)) {
/freebsd-12-stable/lib/libufs/
H A Dlibufs.h108 int ffs_isfreeblock(struct fs *, u_char *, ufs1_daddr_t);
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_extern.h85 int ffs_isfreeblock(struct fs *, u_char *, ufs1_daddr_t);
H A Dffs_subr.c449 ffs_isfreeblock(struct fs *fs, u_char *cp, ufs1_daddr_t h) function
463 panic("ffs_isfreeblock");
H A Dffs_alloc.c2265 if (!ffs_isfreeblock(fs, blksfree, fragno)) {
/freebsd-12-stable/sbin/fsck_ffs/
H A Dgjournal.c271 if (!ffs_isfreeblock(fs, blksfree, fragno))
H A Dsuj.c1854 if (ffs_isfreeblock(fs, blksfree, cgbno))

Completed in 132 milliseconds