Home
last modified time | relevance | path

Searched refs:tstbits (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/hpfs/
Dalloc.c82 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp()
91 while ((a = tstbits(bmp, q, n + forward))) { in alloc_in_bmp()
119 while ((a = tstbits(bmp, q, n + forward))) { in alloc_in_bmp()
Dhpfs_fn.h166 extern inline unsigned tstbits(unsigned *bmp, unsigned b, unsigned n) in tstbits() function