Symbol: kioctx
fs/aio.c
1013
static void user_refill_reqs_available(struct kioctx *ctx)
fs/aio.c
1038
static bool get_reqs_available(struct kioctx *ctx)
fs/aio.c
1053
static inline struct aio_kiocb *aio_get_req(struct kioctx *ctx)
fs/aio.c
1074
static struct kioctx *lookup_ioctx(unsigned long ctx_id)
fs/aio.c
1078
struct kioctx *ctx, *ret = NULL;
fs/aio.c
1122
struct kioctx *ctx = iocb->ki_ctx;
fs/aio.c
1217
static long aio_read_events_ring(struct kioctx *ctx,
fs/aio.c
1294
static bool aio_read_events(struct kioctx *ctx, long min_nr, long nr,
fs/aio.c
1311
static long read_events(struct kioctx *ctx, long min_nr, long nr,
fs/aio.c
1383
struct kioctx *ioctx = NULL;
fs/aio.c
1414
struct kioctx *ioctx = NULL;
fs/aio.c
1452
struct kioctx *ioctx = lookup_ioctx(ctx);
fs/aio.c
1482
struct kioctx *ctx = iocb->ki_ctx;
fs/aio.c
1728
struct kioctx *ctx = iocb->ki_ctx;
fs/aio.c
1813
struct kioctx *ctx = iocb->ki_ctx;
fs/aio.c
1895
struct kioctx *ctx = aiocb->ki_ctx;
fs/aio.c
1968
static int __io_submit_one(struct kioctx *ctx, const struct iocb *iocb,
fs/aio.c
2022
static int io_submit_one(struct kioctx *ctx, struct iocb __user *user_iocb,
fs/aio.c
205
struct kioctx *ki_ctx;
fs/aio.c
2084
struct kioctx *ctx;
fs/aio.c
2126
struct kioctx *ctx;
fs/aio.c
2178
struct kioctx *ctx;
fs/aio.c
2224
struct kioctx *ioctx = lookup_ioctx(ctx_id);
fs/aio.c
260
static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages)
fs/aio.c
302
kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC);
fs/aio.c
308
static void put_aio_ring_file(struct kioctx *ctx)
fs/aio.c
327
static void aio_free_ring(struct kioctx *ctx)
fs/aio.c
368
struct kioctx *ctx;
fs/aio.c
410
struct kioctx *ctx;
fs/aio.c
482
static int aio_setup_ring(struct kioctx *ctx, unsigned int nr_events)
fs/aio.c
586
struct kioctx *ctx;
fs/aio.c
617
struct kioctx *ctx = container_of(to_rcu_work(work), struct kioctx,
fs/aio.c
630
struct kioctx *ctx = container_of(ref, struct kioctx, reqs);
fs/aio.c
648
struct kioctx *ctx = container_of(ref, struct kioctx, users);
fs/aio.c
666
static int ioctx_add_table(struct kioctx *ctx, struct mm_struct *mm)
fs/aio.c
708
old->nr * sizeof(struct kioctx *));
fs/aio.c
732
static struct kioctx *ioctx_alloc(unsigned nr_events)
fs/aio.c
735
struct kioctx *ctx;
fs/aio.c
83
struct kioctx __rcu *table[] __counted_by(nr);
fs/aio.c
847
static int kill_ioctx(struct mm_struct *mm, struct kioctx *ctx,
fs/aio.c
905
struct kioctx *ctx =
fs/aio.c
933
static void put_reqs_available(struct kioctx *ctx, unsigned nr)
fs/aio.c
950
static bool __get_reqs_available(struct kioctx *ctx)
fs/aio.c
984
static void refill_reqs_available(struct kioctx *ctx, unsigned head,
include/linux/aio.h
7
struct kioctx;