kioctx 85 fs/aio.c struct kioctx __rcu *table[]; kioctx 206 fs/aio.c struct kioctx *ki_ctx; kioctx 236 fs/aio.c static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages) kioctx 278 fs/aio.c kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); kioctx 283 fs/aio.c static void put_aio_ring_file(struct kioctx *ctx) kioctx 302 fs/aio.c static void aio_free_ring(struct kioctx *ctx) kioctx 339 fs/aio.c struct kioctx *ctx; kioctx 380 fs/aio.c struct kioctx *ctx; kioctx 461 fs/aio.c static int aio_setup_ring(struct kioctx *ctx, unsigned int nr_events) kioctx 565 fs/aio.c struct kioctx *ctx = req->ki_ctx; kioctx 585 fs/aio.c struct kioctx *ctx = container_of(to_rcu_work(work), struct kioctx, kioctx 598 fs/aio.c struct kioctx *ctx = container_of(ref, struct kioctx, reqs); kioctx 616 fs/aio.c struct kioctx *ctx = container_of(ref, struct kioctx, users); kioctx 634 fs/aio.c static int ioctx_add_table(struct kioctx *ctx, struct mm_struct *mm) kioctx 664 fs/aio.c table = kzalloc(sizeof(*table) + sizeof(struct kioctx *) * kioctx 678 fs/aio.c old->nr * sizeof(struct kioctx *)); kioctx 702 fs/aio.c static struct kioctx *ioctx_alloc(unsigned nr_events) kioctx 705 fs/aio.c struct kioctx *ctx; kioctx 817 fs/aio.c static int kill_ioctx(struct mm_struct *mm, struct kioctx *ctx, kioctx 875 fs/aio.c struct kioctx *ctx = kioctx 903 fs/aio.c static void put_reqs_available(struct kioctx *ctx, unsigned nr) kioctx 920 fs/aio.c static bool __get_reqs_available(struct kioctx *ctx) kioctx 957 fs/aio.c static void refill_reqs_available(struct kioctx *ctx, unsigned head, kioctx 986 fs/aio.c static void user_refill_reqs_available(struct kioctx *ctx) kioctx 1012 fs/aio.c static bool get_reqs_available(struct kioctx *ctx) kioctx 1027 fs/aio.c static inline struct aio_kiocb *aio_get_req(struct kioctx *ctx) kioctx 1048 fs/aio.c static struct kioctx *lookup_ioctx(unsigned long ctx_id) kioctx 1052 fs/aio.c struct kioctx *ctx, *ret = NULL; kioctx 1091 fs/aio.c struct kioctx *ctx = iocb->ki_ctx; kioctx 1174 fs/aio.c static long aio_read_events_ring(struct kioctx *ctx, kioctx 1254 fs/aio.c static bool aio_read_events(struct kioctx *ctx, long min_nr, long nr, kioctx 1271 fs/aio.c static long read_events(struct kioctx *ctx, long min_nr, long nr, kioctx 1315 fs/aio.c struct kioctx *ioctx = NULL; kioctx 1346 fs/aio.c struct kioctx *ioctx = NULL; kioctx 1384 fs/aio.c struct kioctx *ioctx = lookup_ioctx(ctx); kioctx 1414 fs/aio.c struct kioctx *ctx = iocb->ki_ctx; kioctx 1634 fs/aio.c struct kioctx *ctx = iocb->ki_ctx; kioctx 1693 fs/aio.c struct kioctx *ctx = iocb->ki_ctx; kioctx 1743 fs/aio.c struct kioctx *ctx = aiocb->ki_ctx; kioctx 1802 fs/aio.c static int __io_submit_one(struct kioctx *ctx, const struct iocb *iocb, kioctx 1856 fs/aio.c static int io_submit_one(struct kioctx *ctx, struct iocb __user *user_iocb, kioctx 1918 fs/aio.c struct kioctx *ctx; kioctx 1960 fs/aio.c struct kioctx *ctx; kioctx 2012 fs/aio.c struct kioctx *ctx; kioctx 2059 fs/aio.c struct kioctx *ioctx = lookup_ioctx(ctx_id); kioctx 7 include/linux/aio.h struct kioctx;