__sbitmap_word    311 include/linux/sbitmap.h 	set_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr));
__sbitmap_word    316 include/linux/sbitmap.h 	clear_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr));
__sbitmap_word    335 include/linux/sbitmap.h 	clear_bit_unlock(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr));
__sbitmap_word    340 include/linux/sbitmap.h 	return test_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr));