Home
last modified time | relevance | path

Searched refs:ffs_isblock (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/ufs/ffs/
H A Dffs_subr.c85 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 Dffs_extern.h129 int ffs_isblock(struct fs *, u_char *, daddr_t);
H A Dffs_alloc.c1050 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 Dffs_extern.h59 int ffs_isblock(struct fs *, u_char *, int32_t);
H A Dffs_subr.c54 ffs_isblock(struct fs *fs, u_char *cp, int32_t h) in ffs_isblock() function
H A Dffs_alloc.c383 if (ffs_isblock(fs, blksfree, fragstoblks(fs, bno))) in ffs_alloccgblk()