Searched refs:osc_export (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_io.c | 299 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()
|
D | osc_cl_internal.h | 504 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()
|
D | osc_page.c | 91 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()
|
D | osc_lock.c | 962 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()
|
D | osc_cache.c | 932 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()
|