Home
last modified time | relevance | path

Searched refs:hsm_state_set (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4302 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 …]
Dlayout.c1118 DEFINE_MSGF("hsm_state_set", 0, sizeof(struct hsm_state_set),
Dpack_generic.c2231 void lustre_swab_hsm_state_set(struct hsm_state_set *hss) in lustre_swab_hsm_state_set()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h231 #define LL_IOC_HSM_STATE_SET _IOW('f', 212, struct hsm_state_set)
Dlustre_idl.h1738 struct hsm_state_set { struct
1746 void lustre_swab_hsm_state_set(struct hsm_state_set *hss); argument
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1333 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/
Dfile.c2106 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()