Home
last modified time | relevance | path

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

/netbsd/usr.sbin/makefs/ffs/
H A Dffs_extern.h71 int ffs_isfreeblock(struct fs *, u_char *, int32_t);
H A Dffs_alloc.c466 if (!ffs_isfreeblock(fs, cg_blksfree(cgp, needswap), fragno)) { in ffs_blkfree()
/netbsd/sys/ufs/ffs/
H A Dffs_extern.h207 int ffs_isfreeblock(struct fs *, u_char *, int32_t);
H A Dffs_subr.c209 ffs_isfreeblock(struct fs *fs, u_char *cp, int32_t h) in ffs_isfreeblock() function
H A Dffs_alloc.c1893 if (!ffs_isfreeblock(fs, blksfree, fragno)) { in ffs_blkfree_common()