Home
last modified time | relevance | path

Searched refs:osc_cli (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c545 ppc_bits = osc_cli(obj)->cl_chunkbits - PAGE_CACHE_SHIFT; in osc_extent_merge()
607 osc_io_unplug_async(env, osc_cli(obj), obj); in osc_extent_release()
626 struct client_obd *cli = osc_cli(obj); in osc_extent_find()
834 struct client_obd *cli = osc_cli(ext->oe_obj); in osc_extent_finish()
952 struct client_obd *cli = osc_cli(obj); in osc_extent_truncate()
1141 struct client_obd *cli = osc_cli(obj); in osc_extent_expand()
1195 obj, func, line, osc_cli(obj)->cl_max_pages_per_rpc); in osc_extent_tree_dump0()
1695 struct client_obd *cli = osc_cli(obj); in osc_update_pending()
1881 struct client_obd *cli = osc_cli(obj); in get_write_extents()
2496 osc_io_unplug_async(env, osc_cli(obj), obj); in osc_flush_async_page()
[all …]
Dosc_page.c207 osc_lru_del(osc_cli(obj), opg, false); in osc_page_transfer_add()
325 osc_lru_add(osc_cli(obj), opg); in osc_page_completion_read()
335 osc_lru_add(osc_cli(obj), opg); in osc_page_completion_write()
434 osc_lru_del(osc_cli(obj), opg, true); in osc_page_delete()
872 struct client_obd *cli = osc_cli(obj); in osc_lru_reserve()
Dosc_cl_internal.h510 static inline struct client_obd *osc_cli(const struct osc_object *obj) in osc_cli() function
Dosc_io.c124 cli = osc_cli(osc); in osc_io_submit()