Searched refs:wb_lock_context (Results 1 – 4 of 4) sorted by relevance
67 req->wb_lock_context = nfs_get_lock_context(ctx); in nfs_create_request()68 if (req->wb_lock_context == NULL) { in nfs_create_request()149 struct nfs_lock_context *l_ctx = req->wb_lock_context; in nfs_clear_request()157 req->wb_lock_context = NULL; in nfs_clear_request()251 if (req->wb_lock_context->lockowner != prev->wb_lock_context->lockowner) in nfs_can_coalesce_requests()
709 req->wb_lock_context->lockowner != current->files || in nfs_flush_incompatible()710 req->wb_lock_context->pid != current->tgid; in nfs_flush_incompatible()871 data->args.lock_context = req->wb_lock_context; in nfs_write_rpcsetup()
223 data->args.lock_context = req->wb_lock_context; in nfs_read_rpcsetup()
47 struct nfs_lock_context *wb_lock_context; /* lock context info */ member