Searched refs:ffs_isblock (Results 1 – 12 of 12) sorted by relevance
| /freebsd/usr.sbin/makefs/ffs/ |
| H A D | ffs_extern.h | 70 int ffs_isblock(struct fs *, u_char *, int32_t);
|
| H A D | ffs_subr.c | 83 ffs_isblock(struct fs *fs, u_char *cp, int32_t h) in ffs_isblock() function
|
| H A D | ffs_alloc.c | 393 if (ffs_isblock(fs, blksfree_swap, fragstoblks(fs, bno))) in ffs_alloccgblk() 495 if (ffs_isblock(fs, cg_blksfree_swap(cgp, needswap), fragno)) { in ffs_blkfree()
|
| /freebsd/lib/libufs/ |
| H A D | cgroup.c | 62 if (ffs_isblock(fs, blksfree, bno)) in cgballoc() 123 if (ffs_isblock(fs, blksfree, fragno)) { in cgbfree()
|
| H A D | libufs.h | 125 int ffs_isblock(struct fs *, u_char *, ufs1_daddr_t);
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_extern.h | 83 int ffs_isblock(struct fs *, uint8_t *, ufs1_daddr_t);
|
| H A D | ffs_alloc.c | 1920 if (ffs_isblock(fs, blksfree, fragstoblks(fs, bno))) in ffs_alloccgblk() 2066 if (!ffs_isblock(fs, blksfree, got - run + i)) in ffs_clusteralloc() 2395 if (ffs_isblock(fs, blksfree, fragno)) { in ffs_blkfree_cg() 2802 blkalloced = ffs_isblock(fs, blksfree, fragstoblks(fs, cgbno)); in ffs_checkfreeblk()
|
| H A D | ffs_snapshot.c | 959 if (ffs_isblock(fs, cg_blksfree(cgp), loc)) in cgaccount() 987 if (ffs_isblock(fs, cg_blksfree(cgp), loc)) in cgaccount() 998 if (ffs_isblock(fs, cg_blksfree(cgp), loc)) in cgaccount()
|
| H A D | ffs_subr.c | 1077 ffs_isblock(struct fs *fs, unsigned char *cp, ufs1_daddr_t h) in ffs_isblock() function
|
| H A D | ffs_softdep.c | 11147 if (ffs_isblock(fs, blksfree, fragno)) { in jnewblk_rollback() 12107 if (ffs_isblock(fs, blksfree, fragno)) { in jnewblk_rollforward()
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | fsutil.c | 568 if (ffs_isblock(&sblock, blksfree, cgbno)) { in cg_write()
|
| H A D | suj.c | 521 return ffs_isblock(fs, cg_blksfree(sc->sc_cgp), dtogd(fs, bno)); in blk_isfree()
|