<dec f='src/src/sys/ufs/ffs/ffs_extern.h' l='205' type='int ffs_isfreeblock(struct fs * , u_char * , __int32_t )'/>
<use f='src/src/sys/ufs/ffs/ffs_alloc.c' l='1850' u='c' c='ffs_blkfree_common'/>
<def f='src/src/sys/ufs/ffs/ffs_subr.c' l='208' ll='225' type='int ffs_isfreeblock(struct fs * fs, u_char * cp, __int32_t h)'/>
<doc f='src/src/sys/ufs/ffs/ffs_subr.c' l='203'>/*
 * check if a block is completely allocated
 *  returns true if all the corresponding bits in the free map are 0
 *  returns false if any corresponding bit in the free map is 1
 */</doc>
