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

/linux-master/fs/smb/client/
H A Dmisc.c998 struct cifs_aio_ctx *
1001 struct cifs_aio_ctx *ctx;
1008 ctx = kzalloc(sizeof(struct cifs_aio_ctx), GFP_KERNEL);
1022 struct cifs_aio_ctx *ctx = container_of(refcount,
1023 struct cifs_aio_ctx, refcount);
H A Dfile.c3373 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx);
3397 struct cifs_aio_ctx *ctx)
3510 struct cifs_aio_ctx *ctx)
3620 static void collect_uncached_write_data(struct cifs_aio_ctx *ctx)
3710 struct cifs_aio_ctx *ctx;
3959 static void collect_uncached_read_data(struct cifs_aio_ctx *ctx);
3975 struct cifs_aio_ctx *ctx)
4048 struct cifs_aio_ctx *ctx)
4148 collect_uncached_read_data(struct cifs_aio_ctx *ctx)
4240 struct cifs_aio_ctx *ct
[all...]
H A Dcifsglob.h1472 struct cifs_aio_ctx { struct
1502 struct cifs_aio_ctx *ctx;
1526 struct cifs_aio_ctx *ctx;
2029 * cifs_aio_ctx->aio_mutex cifs_aio_ctx cifs_aio_ctx_alloc
H A Dcifsproto.h624 struct cifs_aio_ctx *cifs_aio_ctx_alloc(void);

Completed in 414 milliseconds