Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dmisc.c756 struct cifs_aio_ctx *
759 struct cifs_aio_ctx *ctx; in cifs_aio_ctx_alloc()
761 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL); in cifs_aio_ctx_alloc()
775 struct cifs_aio_ctx *ctx = container_of(refcount, in cifs_aio_ctx_release()
776 struct cifs_aio_ctx, refcount); in cifs_aio_ctx_release()
786 setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw) in setup_aio_ctx_iter()
Dcifsproto.h554 struct cifs_aio_ctx *cifs_aio_ctx_alloc(void);
556 int setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw);
Dcifsglob.h1183 struct cifs_aio_ctx { struct
1209 struct cifs_aio_ctx *ctx; argument
1244 struct cifs_aio_ctx *ctx;
Dfile.c2541 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx);
2609 struct cifs_aio_ctx *ctx) in cifs_write_from_iter()
2704 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx) in collect_uncached_write_data()
2792 struct cifs_aio_ctx *ctx; in cifs_user_writev()
3090 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx);
3181 struct cifs_aio_ctx *ctx) in cifs_send_async_read()
3254 collect_uncached_read_data(struct cifs_aio_ctx *ctx) in collect_uncached_read_data()
3363 struct cifs_aio_ctx *ctx; in cifs_user_readv()