Home
last modified time | relevance | path

Searched refs:osc_export (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c300 if (!client_is_remote(osc_export(obj)) && in osc_io_commit_write()
464 result = osc_punch_base(osc_export(cl2osc(obj)), in osc_io_setattr_start()
468 result = osc_setattr_async_base(osc_export(cl2osc(obj)), in osc_io_setattr_start()
570 rc = osc_sync_base(osc_export(obj), oinfo, osc_async_upcall, cbargs, in osc_fsync_ost()
Dosc_cl_internal.h505 static inline struct obd_export *osc_export(const struct osc_object *obj) in osc_export() function
512 return &osc_export(obj)->exp_obd->u.cli; in osc_cli()
Dosc_page.c91 return osc_match_base(osc_export(obj), resname, LDLM_EXTENT, policy,
370 struct client_obd *cli = &osc_export(obj)->exp_obd->u.cli; in osc_page_print()
558 if (!client_is_remote(osc_export(obj)) && in osc_page_submit()
Dosc_lock.c962 ocd = &class_exp2cliimp(osc_export(oob))->imp_connect_data; in osc_lock_to_lockless()
1139 result = osc_enqueue_base(osc_export(obj), resname, in osc_lock_enqueue()
Dosc_cache.c930 osc_export(obj)->exp_obd->obd_name, state); in osc_extent_wait()
2197 struct obd_export *exp = osc_export(osc); in osc_prep_async_page()
2250 if (!client_is_remote(osc_export(osc)) && in osc_queue_async_io()