Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
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) in aio_private_file()
302 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
308 static void put_aio_ring_file(struct kioctx *ctx) in put_aio_ring_file()
327 static void aio_free_ring(struct kioctx *ctx) in aio_free_ring()
368 struct kioctx *ctx; in aio_ring_mremap()
410 struct kioctx *ctx; in aio_migrate_folio()
482 static int aio_setup_ring(struct kioctx *ctx, unsigned int nr_events) in aio_setup_ring()
[all …]
/linux-6.12.1/include/linux/
Daio.h7 struct kioctx;