Lines Matching refs:l_ctx
901 struct nfs_lock_context *l_ctx = data;
902 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) {
903 get_nfs_open_context(l_ctx->open_context);
904 nfs_get_lock_context(l_ctx->open_context);
910 struct nfs_lock_context *l_ctx = data;
911 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags))
912 return nfs_async_iocounter_wait(task, l_ctx);
919 struct nfs_lock_context *l_ctx = data;
921 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) {
922 ctx = l_ctx->open_context;
923 nfs_put_lock_context(l_ctx);
938 struct nfs_lock_context *l_ctx = NULL;
943 l_ctx = nfs_get_lock_context(ctx);
944 if (IS_ERR(l_ctx))
945 l_ctx = NULL;
950 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx);
952 if (l_ctx)
953 nfs_put_lock_context(l_ctx);