Searched refs:llh_bitmap (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ | 
| D | llog.c | 134 		llh->llh_bitmap_offset = offsetof(typeof(*llh), llh_bitmap);  in llog_read_header() 135 		ext2_set_bit(0, llh->llh_bitmap);  in llog_read_header() 245 		       !ext2_test_bit(index, llh->llh_bitmap))  in llog_process_thread() 311 			if (ext2_test_bit(index, llh->llh_bitmap)) {  in llog_process_thread()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | wiretest.c | 3652 	LASSERTF((int)offsetof(struct llog_log_hdr, llh_bitmap) == 88, "found %lld\n",  in lustre_assert_wire_constants() 3653 		 (long long)(int)offsetof(struct llog_log_hdr, llh_bitmap));  in lustre_assert_wire_constants() 3654 	LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_bitmap) == 8096, "found %lld\n",  in lustre_assert_wire_constants() 3655 		 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_bitmap));  in lustre_assert_wire_constants()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ | 
| D | lustre_idl.h | 3176 	__u32		   llh_bitmap[LLOG_BITMAP_BYTES/sizeof(__u32)];  member
  |