Lines Matching refs:tmem_oid
79 struct tmem_oid { struct
91 static inline int xen_tmem_op(u32 tmem_cmd, u32 tmem_pool, struct tmem_oid oid, in xen_tmem_op() argument
131 static int xen_tmem_put_page(u32 pool_id, struct tmem_oid oid, in xen_tmem_put_page()
140 static int xen_tmem_get_page(u32 pool_id, struct tmem_oid oid, in xen_tmem_get_page()
149 static int xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index) in xen_tmem_flush_page()
155 static int xen_tmem_flush_object(u32 pool_id, struct tmem_oid oid) in xen_tmem_flush_object()
164 struct tmem_oid oid = { { 0 } }; in xen_tmem_destroy_pool()
175 struct tmem_oid oid = *(struct tmem_oid *)&key; in tmem_cleancache_put_page()
190 struct tmem_oid oid = *(struct tmem_oid *)&key; in tmem_cleancache_get_page()
210 struct tmem_oid oid = *(struct tmem_oid *)&key; in tmem_cleancache_flush_page()
221 struct tmem_oid oid = *(struct tmem_oid *)&key; in tmem_cleancache_flush_inode()
277 static inline struct tmem_oid oswiz(unsigned type, u32 ind) in oswiz()
279 struct tmem_oid oid = { .oid = { 0 } }; in oswiz()
398 BUG_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid)); in xen_tmem_init()