Searched refs:usedbit (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/ | ||
H A D | fat.c | 102 unsigned long usedbit = 1UL << (cl % LONG_BIT); in bitmap_get() local 104 return ((lbp->map[i] & usedbit) == usedbit); in bitmap_get() |
Completed in 4 milliseconds