Home
last modified time | relevance | path

Searched refs:ost_lvb (Results 1 – 22 of 22) sorted by relevance

/drivers/staging/lustre/lustre/osc/
Dosc_object.c129 lu_printer_t p, const struct ost_lvb *lvb) in osc_lvb_print()
167 struct ost_lvb *lvb = &oinfo->loi_lvb; in osc_attr_set()
188 const struct cl_object *obj, struct ost_lvb *lvb) in osc_object_glimpse()
Dosc_cl_internal.h252 struct ost_lvb ols_lvb;
431 lu_printer_t p, const struct ost_lvb *lvb);
Dosc_lock.c340 struct ost_lvb *lvb; in osc_lock_lvb_update()
365 *lvb = *(struct ost_lvb *)dlmlock->l_lvb_data; in osc_lock_lvb_update()
798 olck->ols_lvb = *(struct ost_lvb *)dlmlock->l_lvb_data; in osc_ldlm_completion_ast()
839 struct ost_lvb *lvb; in osc_ldlm_glimpse_ast()
Dosc_internal.h106 struct ost_lvb *lvb, int kms_valid,
Dosc_io.c415 struct ost_lvb *lvb = &io->u.ci_setattr.sa_attr; in osc_io_setattr_start()
726 struct ost_lvb *lvb; in osc_req_attr_set()
Dosc_request.c91 struct ost_lvb *oa_lvb;
2145 static int osc_enqueue_fini(struct ptlrpc_request *req, struct ost_lvb *lvb, in osc_enqueue_fini()
2185 struct ost_lvb *lvb; in osc_enqueue_interpret()
2251 struct ost_lvb *lvb, int kms_valid, in osc_enqueue_base()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3088 LASSERTF((int)sizeof(struct ost_lvb) == 56, "found %lld\n", in lustre_assert_wire_constants()
3089 (long long)(int)sizeof(struct ost_lvb)); in lustre_assert_wire_constants()
3090 LASSERTF((int)offsetof(struct ost_lvb, lvb_size) == 0, "found %lld\n", in lustre_assert_wire_constants()
3091 (long long)(int)offsetof(struct ost_lvb, lvb_size)); in lustre_assert_wire_constants()
3092 LASSERTF((int)sizeof(((struct ost_lvb *)0)->lvb_size) == 8, "found %lld\n", in lustre_assert_wire_constants()
3093 (long long)(int)sizeof(((struct ost_lvb *)0)->lvb_size)); in lustre_assert_wire_constants()
3094 LASSERTF((int)offsetof(struct ost_lvb, lvb_mtime) == 8, "found %lld\n", in lustre_assert_wire_constants()
3095 (long long)(int)offsetof(struct ost_lvb, lvb_mtime)); in lustre_assert_wire_constants()
3096 LASSERTF((int)sizeof(((struct ost_lvb *)0)->lvb_mtime) == 8, "found %lld\n", in lustre_assert_wire_constants()
3097 (long long)(int)sizeof(((struct ost_lvb *)0)->lvb_mtime)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1833 void lustre_swab_ost_lvb(struct ost_lvb *lvb) in lustre_swab_ost_lvb()
/drivers/staging/lustre/lustre/lov/
Dlovsub_object.c116 struct ost_lvb *lvb) in lovsub_object_glimpse()
Dlov_merge.c50 struct ost_lvb *lvb, __u64 *kms_place) in lov_merge_lvb_kms()
Dlov_internal.h174 struct ost_lvb *lvb, __u64 *kms_place);
Dlov_cl_internal.h446 struct ost_lvb lti_lvb;
Dlov_object.c469 struct ost_lvb *lvb = &lov_env_info(env)->lti_lvb; in lov_attr_get_raid0()
/drivers/staging/lustre/lustre/include/
Dcl_object.h388 const struct cl_object *obj, struct ost_lvb *lvb);
2336 struct ost_lvb sa_attr;
2750 struct ost_lvb *lvb);
3276 void cl_attr2lvb(struct ost_lvb *lvb, const struct cl_attr *attr);
3277 void cl_lvb2attr(struct cl_attr *attr, const struct ost_lvb *lvb);
Dlclient.h293 const struct cl_object *obj, struct ost_lvb *lvb);
Dobd.h74 struct ost_lvb loi_lvb;
/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c282 struct ost_lvb *lvb) in cl_object_glimpse()
934 void cl_attr2lvb(struct ost_lvb *lvb, const struct cl_attr *attr) in cl_attr2lvb()
949 void cl_lvb2attr(struct cl_attr *attr, const struct ost_lvb *lvb) in cl_lvb2attr()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1405 if (size == sizeof(struct ost_lvb)) { in ldlm_fill_lvb()
1421 struct ost_lvb *olvb = data; in ldlm_fill_lvb()
/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c416 const struct cl_object *obj, struct ost_lvb *lvb) in ccc_object_glimpse()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1810 struct ost_lvb { struct
1822 extern void lustre_swab_ost_lvb(struct ost_lvb *lvb); argument
/drivers/staging/lustre/lustre/llite/
Dllite_internal.h169 struct ost_lvb lli_lvb;
Dfile.c1005 struct ost_lvb lvb; in ll_merge_lvb()