Home
last modified time | relevance | path

Searched defs:cli_id (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/staging/zcache/
Dzcache-main.c901 static struct tmem_pool *zcache_get_pool_by_id(uint16_t cli_id, uint16_t poolid) in zcache_get_pool_by_id()
936 int zcache_new_client(uint16_t cli_id) in zcache_new_client()
1512 static int zcache_put_page(int cli_id, int pool_id, struct tmem_oid *oidp, in zcache_put_page()
1545 static int zcache_get_page(int cli_id, int pool_id, struct tmem_oid *oidp, in zcache_get_page()
1565 static int zcache_flush_page(int cli_id, int pool_id, in zcache_flush_page()
1586 static int zcache_flush_object(int cli_id, int pool_id, in zcache_flush_object()
1607 static int zcache_destroy_pool(int cli_id, int pool_id) in zcache_destroy_pool()
1640 static int zcache_new_pool(uint16_t cli_id, uint32_t flags) in zcache_new_pool()