Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c546 ppc_bits = osc_cli(obj)->cl_chunkbits - PAGE_CACHE_SHIFT; in osc_extent_merge()
608 osc_io_unplug_async(env, osc_cli(obj), obj); in osc_extent_release()
627 struct client_obd *cli = osc_cli(obj); in osc_extent_find()
835 struct client_obd *cli = osc_cli(ext->oe_obj); in osc_extent_finish()
954 struct client_obd *cli = osc_cli(obj); in osc_extent_truncate()
1142 struct client_obd *cli = osc_cli(obj); in osc_extent_expand()
1196 obj, func, line, osc_cli(obj)->cl_max_pages_per_rpc); in osc_extent_tree_dump0()
1698 struct client_obd *cli = osc_cli(obj); in osc_update_pending()
1878 struct client_obd *cli = osc_cli(obj); in get_write_extents()
2491 osc_io_unplug_async(env, osc_cli(obj), obj); in osc_flush_async_page()
[all …]
Dosc_page.c208 osc_lru_del(osc_cli(obj), opg, false); in osc_page_transfer_add()
326 osc_lru_add(osc_cli(obj), opg); in osc_page_completion_read()
336 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()
875 struct client_obd *cli = osc_cli(obj); in osc_lru_reserve()
Dosc_cl_internal.h509 static inline struct client_obd *osc_cli(const struct osc_object *obj) in osc_cli() function
Dosc_io.c123 cli = osc_cli(osc); in osc_io_submit()