Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dmisc.c938 struct cifs_aio_ctx *
941 struct cifs_aio_ctx *ctx; in cifs_aio_ctx_alloc()
948 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL); in cifs_aio_ctx_alloc()
962 struct cifs_aio_ctx *ctx = container_of(refcount, in cifs_aio_ctx_release()
963 struct cifs_aio_ctx, refcount); in cifs_aio_ctx_release()
989 setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw) in setup_aio_ctx_iter()
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);
Dfile.c3101 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx);
3167 struct cifs_aio_ctx *ctx) in cifs_resend_wdata()
3239 struct cifs_aio_ctx *ctx) in cifs_write_from_iter()
3403 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx) in collect_uncached_write_data()
3493 struct cifs_aio_ctx *ctx; in __cifs_writev()
3814 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx);
3904 struct cifs_aio_ctx *ctx) in cifs_resend_rdata()
3977 struct cifs_aio_ctx *ctx) in cifs_send_async_read()
4121 collect_uncached_read_data(struct cifs_aio_ctx *ctx) in collect_uncached_read_data()
4235 struct cifs_aio_ctx *ctx; in __cifs_readv()
Dcifsglob.h1418 struct cifs_aio_ctx { struct
1447 struct cifs_aio_ctx *ctx; argument
1481 struct cifs_aio_ctx *ctx;