Home
last modified time | relevance | path

Searched refs:ext2_test_bit (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c306 !ext2_test_bit(index, llh->llh_bitmap)) in llog_process_thread()
372 if (ext2_test_bit(index, llh->llh_bitmap)) { in llog_process_thread()
504 !ext2_test_bit(index, llh->llh_bitmap)) in llog_reverse_process()
539 if (ext2_test_bit(index, llh->llh_bitmap)) { in llog_reverse_process()
Dllog_cat.c709 if (!ext2_test_bit(i, llh->llh_bitmap)) { in llog_cat_set_first_idx()
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_compat25.h180 # define ext2_test_bit test_bit_le macro
/linux-4.1.27/fs/ext2/
Dballoc.c88 if (!ext2_test_bit(offset, bh->b_data)) in ext2_valid_block_bitmap()
95 if (!ext2_test_bit(offset, bh->b_data)) in ext2_valid_block_bitmap()
708 !ext2_test_bit(grp_goal - 1, in ext2_try_to_allocate()
Dext2.h818 #define ext2_test_bit test_bit_le macro