Lines Matching refs:l_ctx
924 struct nfs_lock_context *l_ctx = data;
925 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) {
926 get_nfs_open_context(l_ctx->open_context);
927 nfs_get_lock_context(l_ctx->open_context);
933 struct nfs_lock_context *l_ctx = data;
934 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags))
935 return nfs_async_iocounter_wait(task, l_ctx);
942 struct nfs_lock_context *l_ctx = data;
944 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) {
945 ctx = l_ctx->open_context;
946 nfs_put_lock_context(l_ctx);
961 struct nfs_lock_context *l_ctx = NULL;
966 l_ctx = nfs_get_lock_context(ctx);
967 if (IS_ERR(l_ctx))
968 l_ctx = NULL;
973 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx);
975 if (l_ctx)
976 nfs_put_lock_context(l_ctx);