/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 129 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()
|
D | osc_cl_internal.h | 252 struct ost_lvb ols_lvb; 431 lu_printer_t p, const struct ost_lvb *lvb);
|
D | osc_lock.c | 340 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()
|
D | osc_internal.h | 106 struct ost_lvb *lvb, int kms_valid,
|
D | osc_io.c | 415 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()
|
D | osc_request.c | 91 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/ |
D | wiretest.c | 3088 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 …]
|
D | pack_generic.c | 1833 void lustre_swab_ost_lvb(struct ost_lvb *lvb) in lustre_swab_ost_lvb()
|
/drivers/staging/lustre/lustre/lov/ |
D | lovsub_object.c | 116 struct ost_lvb *lvb) in lovsub_object_glimpse()
|
D | lov_merge.c | 50 struct ost_lvb *lvb, __u64 *kms_place) in lov_merge_lvb_kms()
|
D | lov_internal.h | 174 struct ost_lvb *lvb, __u64 *kms_place);
|
D | lov_cl_internal.h | 446 struct ost_lvb lti_lvb;
|
D | lov_object.c | 469 struct ost_lvb *lvb = &lov_env_info(env)->lti_lvb; in lov_attr_get_raid0()
|
/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 388 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);
|
D | lclient.h | 293 const struct cl_object *obj, struct ost_lvb *lvb);
|
D | obd.h | 74 struct ost_lvb loi_lvb;
|
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 282 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/ |
D | ldlm_lock.c | 1405 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/ |
D | lcommon_cl.c | 416 const struct cl_object *obj, struct ost_lvb *lvb) in ccc_object_glimpse()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1810 struct ost_lvb { struct 1822 extern void lustre_swab_ost_lvb(struct ost_lvb *lvb); argument
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_internal.h | 169 struct ost_lvb lli_lvb;
|
D | file.c | 1005 struct ost_lvb lvb; in ll_merge_lvb()
|