Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hpfs/
Dalloc.c81 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp()
86 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
114 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
Dhpfs_fn.h181 static inline unsigned tstbits(u32 *bmp, unsigned b, unsigned n) in tstbits() function