Searched refs:llh_bitmap (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 124 if (!ext2_clear_bit(index, llh->llh_bitmap)) { in llog_cancel_rec() 161 ext2_set_bit(index, llh->llh_bitmap); in llog_cancel_rec() 195 llh->llh_bitmap_offset = offsetof(typeof(*llh), llh_bitmap); in llog_read_header() 196 ext2_set_bit(0, llh->llh_bitmap); in llog_read_header() 306 !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()
|
D | llog_cat.c | 106 if (ext2_set_bit(index, llh->llh_bitmap)) { in llog_cat_new_log() 709 if (!ext2_test_bit(i, llh->llh_bitmap)) { in llog_cat_set_first_idx()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3654 LASSERTF((int)offsetof(struct llog_log_hdr, llh_bitmap) == 88, "found %lld\n", in lustre_assert_wire_constants() 3655 (long long)(int)offsetof(struct llog_log_hdr, llh_bitmap)); in lustre_assert_wire_constants() 3656 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_bitmap) == 8096, "found %lld\n", in lustre_assert_wire_constants() 3657 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_bitmap)); in lustre_assert_wire_constants()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3197 __u32 llh_bitmap[LLOG_BITMAP_BYTES/sizeof(__u32)]; member
|