Searched refs:ffs_isfreeblock (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/usr.sbin/makefs/ffs/ |
| HD | ffs_extern.h | 72 int ffs_isfreeblock(struct fs *, u_char *, int32_t);
|
| HD | ffs_subr.c | 117 ffs_isfreeblock(fs, cp, h) in ffs_isfreeblock() function
|
| HD | ffs_alloc.c | 463 if (!ffs_isfreeblock(fs, cg_blksfree_swap(cgp, needswap), fragno)) { in ffs_blkfree()
|
| /freebsd-11-stable/lib/libufs/ |
| HD | libufs.h | 144 int ffs_isfreeblock(struct fs *, u_char *, ufs1_daddr_t);
|
| /freebsd-11-stable/sys/ufs/ffs/ |
| HD | ffs_extern.h | 78 int ffs_isfreeblock(struct fs *, u_char *, ufs1_daddr_t);
|
| HD | ffs_subr.c | 202 ffs_isfreeblock(fs, cp, h) in ffs_isfreeblock() function
|
| HD | ffs_alloc.c | 2226 if (!ffs_isfreeblock(fs, blksfree, fragno)) {
|
| /freebsd-11-stable/sbin/fsck_ffs/ |
| HD | gjournal.c | 274 if (!ffs_isfreeblock(fs, blksfree, fragno)) in blkfree()
|
| HD | suj.c | 1876 if (ffs_isfreeblock(fs, blksfree, cgbno)) in cg_write()
|