Home
last modified time | relevance | path

Searched refs:wb_lock_context (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/nfs/
Dpagelist.c67 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()
Dwrite.c709 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()
Dread.c223 data->args.lock_context = req->wb_lock_context; in nfs_read_rpcsetup()
/linux-2.6.39/include/linux/
Dnfs_page.h47 struct nfs_lock_context *wb_lock_context; /* lock context info */ member