Searched refs:cifs_aio_ctx_release (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 2756 kref_put(&wdata->ctx->refcount, cifs_aio_ctx_release); in cifs_uncached_writedata_release() 3196 kref_put(&ctx->refcount, cifs_aio_ctx_release); in __cifs_writev() 3219 kref_put(&ctx->refcount, cifs_aio_ctx_release); in __cifs_writev() 3224 kref_put(&ctx->refcount, cifs_aio_ctx_release); in __cifs_writev() 3239 kref_put(&ctx->refcount, cifs_aio_ctx_release); in __cifs_writev() 3432 kref_put(&rdata->ctx->refcount, cifs_aio_ctx_release); in cifs_uncached_readdata_release() 3936 kref_put(&ctx->refcount, cifs_aio_ctx_release); in __cifs_readv() 3946 kref_put(&ctx->refcount, cifs_aio_ctx_release); in __cifs_readv() 3963 kref_put(&ctx->refcount, cifs_aio_ctx_release); in __cifs_readv() 3968 kref_put(&ctx->refcount, cifs_aio_ctx_release); in __cifs_readv() [all …]
|
| H A D | cifsproto.h | 597 void cifs_aio_ctx_release(struct kref *refcount);
|
| H A D | misc.c | 803 cifs_aio_ctx_release(struct kref *refcount) in cifs_aio_ctx_release() function
|