Searched refs:kioctx (Results 1 – 2 of 2) sorted by relevance
73 struct kioctx *table[];85 struct kioctx { struct175 struct kioctx *ki_ctx; argument205 static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages) in aio_private_file()261 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()269 static void put_aio_ring_file(struct kioctx *ctx) in put_aio_ring_file()285 static void aio_free_ring(struct kioctx *ctx) in aio_free_ring()328 struct kioctx *ctx; in aio_ring_remap()354 struct kioctx *ctx; in aio_migratepage()427 static int aio_setup_ring(struct kioctx *ctx) in aio_setup_ring()[all …]
6 struct kioctx;