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