Searched refs:kioctx (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Daio.h7 struct kioctx;
/linux-master/fs/
H A Daio.c83 struct kioctx __rcu *table[] __counted_by(nr);
95 struct kioctx { struct
205 struct kioctx *ki_ctx;
260 static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages)
302 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC);
308 static void put_aio_ring_file(struct kioctx *ctx)
316 /* Prevent further access to the kioctx from migratepages */
327 static void aio_free_ring(struct kioctx *ctx)
332 * accesses to the kioctx from page migration.
367 struct kioctx *ct
[all...]

Completed in 136 milliseconds