Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dmisc.c788 struct cifs_aio_ctx *
791 struct cifs_aio_ctx *ctx; in cifs_aio_ctx_alloc()
798 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL); in cifs_aio_ctx_alloc()
812 struct cifs_aio_ctx *ctx = container_of(refcount, in cifs_aio_ctx_release()
813 struct cifs_aio_ctx, refcount); in cifs_aio_ctx_release()
839 setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw) in setup_aio_ctx_iter()
Dcifsproto.h576 struct cifs_aio_ctx *cifs_aio_ctx_alloc(void);
578 int setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw);
Dcifsglob.h1280 struct cifs_aio_ctx { struct
1311 struct cifs_aio_ctx *ctx; argument
1346 struct cifs_aio_ctx *ctx;
Dfile.c2653 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx);
2719 struct cifs_aio_ctx *ctx) in cifs_resend_wdata()
2784 struct cifs_aio_ctx *ctx) in cifs_write_from_iter()
2947 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx) in collect_uncached_write_data()
3037 struct cifs_aio_ctx *ctx; in __cifs_writev()
3355 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx);
3445 struct cifs_aio_ctx *ctx) in cifs_resend_rdata()
3508 struct cifs_aio_ctx *ctx) in cifs_send_async_read()
3649 collect_uncached_read_data(struct cifs_aio_ctx *ctx) in collect_uncached_read_data()
3763 struct cifs_aio_ctx *ctx; in __cifs_readv()