Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Daio.c73 struct kioctx *table[];
85 struct kioctx { struct
175 struct kioctx *ki_ctx; argument
205 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 …]
/linux-4.1.27/include/linux/
Daio.h6 struct kioctx;