Home
last modified time | relevance | path

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

/fs/
Daio.c84 struct kioctx __rcu *table[];
96 struct kioctx { struct
206 struct kioctx *ki_ctx;
236 static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages) in aio_private_file()
278 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
283 static void put_aio_ring_file(struct kioctx *ctx) in put_aio_ring_file()
302 static void aio_free_ring(struct kioctx *ctx) in aio_free_ring()
342 struct kioctx *ctx; in aio_ring_mremap()
384 struct kioctx *ctx; in aio_migratepage()
465 static int aio_setup_ring(struct kioctx *ctx, unsigned int nr_events) in aio_setup_ring()
[all …]