Searched refs:hal_count (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lustre/mdc/ | 
| D | lproc_mdc.c | 130 	hal->hal_count = 2;  in mdc_kuc_write()
  | 
| D | mdc_request.c | 1945 	__swab32s(&h->hal_count);  in lustre_swab_hal() 1949 	for (i = 0; i < h->hal_count; i++, hai = hai_next(hai))  in lustre_swab_hal() 2012 	       lh->kuc_msglen, hal->hal_count, hal->hal_fsname);  in mdc_hsm_copytool_send()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ | 
| D | lustre_user.h | 1091 	__u32 hal_count;       /* number of hai's to follow */  member 1134 	for (i = 0; i < hal->hal_count; i++, hai = hai_next(hai))  in hal_size()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | wiretest.c | 4151 	LASSERTF((int)offsetof(struct hsm_action_list, hal_count) == 4, "found %lld\n",  in lustre_assert_wire_constants() 4152 		 (long long)(int)offsetof(struct hsm_action_list, hal_count));  in lustre_assert_wire_constants() 4153 	LASSERTF((int)sizeof(((struct hsm_action_list *)0)->hal_count) == 4, "found %lld\n",  in lustre_assert_wire_constants() 4154 		 (long long)(int)sizeof(((struct hsm_action_list *)0)->hal_count));  in lustre_assert_wire_constants()
  |