Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dmisc.c958 struct cifs_aio_ctx *
961 struct cifs_aio_ctx *ctx; in cifs_aio_ctx_alloc()
968 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL); in cifs_aio_ctx_alloc()
982 struct cifs_aio_ctx *ctx = container_of(refcount, in cifs_aio_ctx_release()
983 struct cifs_aio_ctx, refcount); in cifs_aio_ctx_release()
Dfile.c3237 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx);
3261 struct cifs_aio_ctx *ctx) in cifs_resend_wdata()
3373 struct cifs_aio_ctx *ctx) in cifs_write_from_iter()
3483 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx) in collect_uncached_write_data()
3573 struct cifs_aio_ctx *ctx; in __cifs_writev()
3822 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx);
3838 struct cifs_aio_ctx *ctx) in cifs_resend_rdata()
3911 struct cifs_aio_ctx *ctx) in cifs_send_async_read()
4011 collect_uncached_read_data(struct cifs_aio_ctx *ctx) in collect_uncached_read_data()
4103 struct cifs_aio_ctx *ctx; in __cifs_readv()
Dcifsglob.h1402 struct cifs_aio_ctx { struct
1432 struct cifs_aio_ctx *ctx; argument
1456 struct cifs_aio_ctx *ctx;
Dcifsproto.h605 struct cifs_aio_ctx *cifs_aio_ctx_alloc(void);