Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dbitops.c44 if (!hfs_test_bit(bit, curr)) { in hfs_find_zero_bit()
58 while (hfs_test_bit(bit, curr)) { in hfs_find_zero_bit()
94 if (hfs_test_bit(bit, curr)) { in hfs_count_zero_bits()
108 while (!hfs_test_bit(bit, curr)) { in hfs_count_zero_bits()
/linux-2.4.37.9/include/linux/
Dhfs_sysdep.h210 static inline int hfs_test_bit(int bitnr, const hfs_u32 *lword) { in hfs_test_bit() function