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