Searched refs:hsm_state_set (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4304 LASSERTF((int)sizeof(struct hsm_state_set) == 24, "found %lld\n", in lustre_assert_wire_constants() 4305 (long long)(int)sizeof(struct hsm_state_set)); in lustre_assert_wire_constants() 4306 LASSERTF((int)offsetof(struct hsm_state_set, hss_valid) == 0, "found %lld\n", in lustre_assert_wire_constants() 4307 (long long)(int)offsetof(struct hsm_state_set, hss_valid)); in lustre_assert_wire_constants() 4308 LASSERTF((int)sizeof(((struct hsm_state_set *)0)->hss_valid) == 4, "found %lld\n", in lustre_assert_wire_constants() 4309 (long long)(int)sizeof(((struct hsm_state_set *)0)->hss_valid)); in lustre_assert_wire_constants() 4310 LASSERTF((int)offsetof(struct hsm_state_set, hss_archive_id) == 4, "found %lld\n", in lustre_assert_wire_constants() 4311 (long long)(int)offsetof(struct hsm_state_set, hss_archive_id)); in lustre_assert_wire_constants() 4312 LASSERTF((int)sizeof(((struct hsm_state_set *)0)->hss_archive_id) == 4, "found %lld\n", in lustre_assert_wire_constants() 4313 (long long)(int)sizeof(((struct hsm_state_set *)0)->hss_archive_id)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 1118 DEFINE_MSGF("hsm_state_set", 0, sizeof(struct hsm_state_set),
|
D | pack_generic.c | 2447 void lustre_swab_hsm_state_set(struct hsm_state_set *hss) in lustre_swab_hsm_state_set()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 231 #define LL_IOC_HSM_STATE_SET _IOW('f', 212, struct hsm_state_set)
|
D | lustre_idl.h | 1732 struct hsm_state_set { struct 1740 extern void lustre_swab_hsm_state_set(struct hsm_state_set *hss); argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 2118 static int ll_hsm_state_set(struct inode *inode, struct hsm_state_set *hss) in ll_hsm_state_set() 2145 struct hsm_state_set *hss = NULL; in ll_hsm_import() 2368 struct hsm_state_set *hss; in ll_file_ioctl()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1426 struct hsm_state_set *hss = op_data->op_data; in mdc_ioc_hsm_state_set() 1427 struct hsm_state_set *req_hss; in mdc_ioc_hsm_state_set()
|