Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dmisc.c785 struct cifs_aio_ctx *
788 struct cifs_aio_ctx *ctx; in cifs_aio_ctx_alloc()
795 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL); in cifs_aio_ctx_alloc()
809 struct cifs_aio_ctx *ctx = container_of(refcount, in cifs_aio_ctx_release()
810 struct cifs_aio_ctx, refcount); in cifs_aio_ctx_release()
836 setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw) in setup_aio_ctx_iter()
Dfile.c2762 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx);
2828 struct cifs_aio_ctx *ctx) in cifs_resend_wdata()
2900 struct cifs_aio_ctx *ctx) in cifs_write_from_iter()
3062 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx) in collect_uncached_write_data()
3152 struct cifs_aio_ctx *ctx; in __cifs_writev()
3473 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx);
3563 struct cifs_aio_ctx *ctx) in cifs_resend_rdata()
3636 struct cifs_aio_ctx *ctx) in cifs_send_async_read()
3776 collect_uncached_read_data(struct cifs_aio_ctx *ctx) in collect_uncached_read_data()
3890 struct cifs_aio_ctx *ctx; in __cifs_readv()
Dcifsproto.h596 struct cifs_aio_ctx *cifs_aio_ctx_alloc(void);
598 int setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw);
Dcifsglob.h1347 struct cifs_aio_ctx { struct
1378 struct cifs_aio_ctx *ctx; argument
1414 struct cifs_aio_ctx *ctx;