Searched refs:hal_fsname (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 1096 char hal_fsname[0]; /* null-terminated */ member 1113 return (struct hsm_action_item *)(hal->hal_fsname + in hai_zero() 1115 hal_fsname) in hai_zero() 1132 sz = sizeof(*hal) + cfs_size_round(strlen(hal->hal_fsname) + 1); in hal_size()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | lproc_mdc.c | 127 obd_uuid2fsname(hal->hal_fsname, obd->obd_name, MTI_NAME_MAXLEN); in mdc_kuc_write()
|
D | mdc_request.c | 2012 lh->kuc_msglen, hal->hal_count, hal->hal_fsname); in mdc_hsm_copytool_send()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4171 LASSERTF((int)offsetof(struct hsm_action_list, hal_fsname) == 32, "found %lld\n", in lustre_assert_wire_constants() 4172 (long long)(int)offsetof(struct hsm_action_list, hal_fsname)); in lustre_assert_wire_constants() 4173 LASSERTF((int)sizeof(((struct hsm_action_list *)0)->hal_fsname) == 0, "found %lld\n", in lustre_assert_wire_constants() 4174 (long long)(int)sizeof(((struct hsm_action_list *)0)->hal_fsname)); in lustre_assert_wire_constants()
|