Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dmisc.c930 struct cifs_aio_ctx *
933 struct cifs_aio_ctx *ctx; in cifs_aio_ctx_alloc()
940 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL); in cifs_aio_ctx_alloc()
954 struct cifs_aio_ctx *ctx = container_of(refcount, in cifs_aio_ctx_release()
955 struct cifs_aio_ctx, refcount); in cifs_aio_ctx_release()
981 setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw) in setup_aio_ctx_iter()
Dcifsglob.h1270 struct cifs_aio_ctx { struct
1299 struct cifs_aio_ctx *ctx; argument
1333 struct cifs_aio_ctx *ctx;
Dcifsproto.h584 struct cifs_aio_ctx *cifs_aio_ctx_alloc(void);
586 int setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw);
Dfile.c2810 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx);
2876 struct cifs_aio_ctx *ctx) in cifs_resend_wdata()
2948 struct cifs_aio_ctx *ctx) in cifs_write_from_iter()
3110 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx) in collect_uncached_write_data()
3200 struct cifs_aio_ctx *ctx; in __cifs_writev()
3518 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx);
3608 struct cifs_aio_ctx *ctx) in cifs_resend_rdata()
3681 struct cifs_aio_ctx *ctx) in cifs_send_async_read()
3821 collect_uncached_read_data(struct cifs_aio_ctx *ctx) in collect_uncached_read_data()
3935 struct cifs_aio_ctx *ctx; in __cifs_readv()