Searched refs:ffs_isblock (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 85 int ffs_isblock(struct fs *, u_char *, daddr_t); 128 ffs_isblock(struct fs *fs, u_char *cp, daddr_t h) in ffs_isblock() function
|
H A D | ffs_extern.h | 129 int ffs_isblock(struct fs *, u_char *, daddr_t);
|
H A D | ffs_alloc.c | 1050 if (ffs_isblock(fs, blksfree, fragstoblks(fs, bno))) in ffs_alloccgblk() 1332 if (ffs_isblock(fs, cg_blksfree(cgp), blkno)) { in ffs_blkfree()
|
/openbsd/usr.sbin/makefs/ffs/ |
H A D | ffs_extern.h | 59 int ffs_isblock(struct fs *, u_char *, int32_t);
|
H A D | ffs_subr.c | 54 ffs_isblock(struct fs *fs, u_char *cp, int32_t h) in ffs_isblock() function
|
H A D | ffs_alloc.c | 383 if (ffs_isblock(fs, blksfree, fragstoblks(fs, bno))) in ffs_alloccgblk()
|