Searched refs:hsm_state_set (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4302 LASSERTF((int)sizeof(struct hsm_state_set) == 24, "found %lld\n", in lustre_assert_wire_constants() 4303 (long long)(int)sizeof(struct hsm_state_set)); in lustre_assert_wire_constants() 4304 LASSERTF((int)offsetof(struct hsm_state_set, hss_valid) == 0, "found %lld\n", in lustre_assert_wire_constants() 4305 (long long)(int)offsetof(struct hsm_state_set, hss_valid)); in lustre_assert_wire_constants() 4306 LASSERTF((int)sizeof(((struct hsm_state_set *)0)->hss_valid) == 4, "found %lld\n", in lustre_assert_wire_constants() 4307 (long long)(int)sizeof(((struct hsm_state_set *)0)->hss_valid)); in lustre_assert_wire_constants() 4308 LASSERTF((int)offsetof(struct hsm_state_set, hss_archive_id) == 4, "found %lld\n", in lustre_assert_wire_constants() 4309 (long long)(int)offsetof(struct hsm_state_set, hss_archive_id)); in lustre_assert_wire_constants() 4310 LASSERTF((int)sizeof(((struct hsm_state_set *)0)->hss_archive_id) == 4, "found %lld\n", in lustre_assert_wire_constants() 4311 (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 | 2231 void lustre_swab_hsm_state_set(struct hsm_state_set *hss) in lustre_swab_hsm_state_set()
|
/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 | 1738 struct hsm_state_set { struct 1746 void lustre_swab_hsm_state_set(struct hsm_state_set *hss); argument
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1333 struct hsm_state_set *hss = op_data->op_data; in mdc_ioc_hsm_state_set() 1334 struct hsm_state_set *req_hss; in mdc_ioc_hsm_state_set()
|
/drivers/staging/lustre/lustre/llite/ |
D | file.c | 2106 static int ll_hsm_state_set(struct inode *inode, struct hsm_state_set *hss) in ll_hsm_state_set() 2142 struct hsm_state_set *hss = NULL; in ll_hsm_import() 2358 struct hsm_state_set *hss; in ll_file_ioctl()
|