Home
last modified time | relevance | path

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

/fs/
Daio.c64 static void aio_queue_work(struct kioctx *);
73 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
82 static void aio_free_ring(struct kioctx *ctx) in aio_free_ring()
102 static int aio_setup_ring(struct kioctx *ctx) in aio_setup_ring()
196 struct kioctx *ctx = container_of(head, struct kioctx, rcu_head); in ctx_rcu_free()
213 static void __put_ioctx(struct kioctx *ctx) in __put_ioctx()
226 #define get_ioctx(kioctx) do { \ argument
227 BUG_ON(atomic_read(&(kioctx)->users) <= 0); \
228 atomic_inc(&(kioctx)->users); \
230 #define put_ioctx(kioctx) do { \ argument
[all …]