Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A 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()
291 /* Prevent further access to the kioctx from migratepages */ in put_aio_ring_file()
302 static void aio_free_ring(struct kioctx *ctx) in aio_free_ring()
307 * accesses to the kioctx from page migration. in aio_free_ring()
342 struct kioctx *ct in aio_ring_mremap()
[all...]
/kernel/linux/linux-6.6/fs/
H A Daio.c83 struct kioctx __rcu *table[] __counted_by(nr);
95 struct kioctx { struct
205 struct kioctx *ki_ctx;
261 static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages) in aio_private_file()
303 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
309 static void put_aio_ring_file(struct kioctx *ctx) in put_aio_ring_file()
317 /* Prevent further access to the kioctx from migratepages */ in put_aio_ring_file()
328 static void aio_free_ring(struct kioctx *ctx) in aio_free_ring()
333 * accesses to the kioctx from page migration. in aio_free_ring()
368 struct kioctx *ct in aio_ring_mremap()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Daio.h7 struct kioctx;
/kernel/linux/linux-5.10/include/linux/
H A Daio.h7 struct kioctx;

Completed in 4 milliseconds