Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c299 if (!client_is_remote(osc_export(obj)) && in osc_io_commit_write()
462 result = osc_punch_base(osc_export(cl2osc(obj)), in osc_io_setattr_start()
466 result = osc_setattr_async_base(osc_export(cl2osc(obj)), in osc_io_setattr_start()
567 rc = osc_sync_base(osc_export(obj), oinfo, osc_async_upcall, cbargs, in osc_fsync_ost()
Dosc_cl_internal.h504 static inline struct obd_export *osc_export(const struct osc_object *obj) in osc_export() function
511 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()
559 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.c932 osc_export(obj)->exp_obd->obd_name, state); in osc_extent_wait()
2192 struct obd_export *exp = osc_export(osc); in osc_prep_async_page()
2245 if (!client_is_remote(osc_export(osc)) && in osc_queue_async_io()