Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dmisc.c939 struct cifs_aio_ctx *
942 struct cifs_aio_ctx *ctx; in cifs_aio_ctx_alloc()
949 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL); in cifs_aio_ctx_alloc()
963 struct cifs_aio_ctx *ctx = container_of(refcount, in cifs_aio_ctx_release()
964 struct cifs_aio_ctx, refcount); in cifs_aio_ctx_release()
A Dfile.c3237 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx);
3261 struct cifs_aio_ctx *ctx) in cifs_resend_wdata()
3372 struct cifs_aio_ctx *ctx) in cifs_write_from_iter()
3482 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx) in collect_uncached_write_data()
3572 struct cifs_aio_ctx *ctx; in __cifs_writev()
3821 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx);
3837 struct cifs_aio_ctx *ctx) in cifs_resend_rdata()
3910 struct cifs_aio_ctx *ctx) in cifs_send_async_read()
4010 collect_uncached_read_data(struct cifs_aio_ctx *ctx) in collect_uncached_read_data()
4106 struct cifs_aio_ctx *ctx; in __cifs_readv()
A Dcifsglob.h1413 struct cifs_aio_ctx { struct
1443 struct cifs_aio_ctx *ctx; argument
1467 struct cifs_aio_ctx *ctx;
A Dcifsproto.h602 struct cifs_aio_ctx *cifs_aio_ctx_alloc(void);

Completed in 22 milliseconds