Searched refs:cifs_aio_ctx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | misc.c | 785 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()
|
H A D | cifsglob.h | 1347 struct cifs_aio_ctx { struct 1378 struct cifs_aio_ctx *ctx; 1414 struct cifs_aio_ctx *ctx;
|
H A D | cifsproto.h | 596 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);
|
H A D | file.c | 2762 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 *ct in __cifs_readv() [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | misc.c | 962 struct cifs_aio_ctx * 965 struct cifs_aio_ctx *ctx; in cifs_aio_ctx_alloc() 972 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL); in cifs_aio_ctx_alloc() 986 struct cifs_aio_ctx *ctx = container_of(refcount, in cifs_aio_ctx_release() 987 struct cifs_aio_ctx, refcount); in cifs_aio_ctx_release()
|
H A D | file.c | 3270 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx); 3294 struct cifs_aio_ctx *ctx) in cifs_resend_wdata() 3406 struct cifs_aio_ctx *ctx) in cifs_write_from_iter() 3516 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx) in collect_uncached_write_data() 3606 struct cifs_aio_ctx *ctx; in __cifs_writev() 3855 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx); 3871 struct cifs_aio_ctx *ctx) in cifs_resend_rdata() 3944 struct cifs_aio_ctx *ctx) in cifs_send_async_read() 4044 collect_uncached_read_data(struct cifs_aio_ctx *ctx) in collect_uncached_read_data() 4136 struct cifs_aio_ctx *ct in __cifs_readv() [all...] |
H A D | cifsglob.h | 1432 struct cifs_aio_ctx { struct 1462 struct cifs_aio_ctx *ctx; 1486 struct cifs_aio_ctx *ctx; 1990 * cifs_aio_ctx->aio_mutex cifs_aio_ctx cifs_aio_ctx_alloc
|
H A D | cifsproto.h | 617 struct cifs_aio_ctx *cifs_aio_ctx_alloc(void);
|
Completed in 26 milliseconds