Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dpagelist.c331 req->wb_lock_context = l_ctx; in nfs_create_request()
390 struct nfs_lock_context *l_ctx = req->wb_lock_context; in nfs_clear_request()
403 req->wb_lock_context = NULL; in nfs_clear_request()
556 hdr->args.lock_context = req->wb_lock_context; in nfs_pgio_rpcsetup()
918 !nfs_match_lock_context(req->wb_lock_context, in nfs_can_coalesce_requests()
919 prev->wb_lock_context)) in nfs_can_coalesce_requests()
Dwrite.c1206 l_ctx = req->wb_lock_context; in nfs_flush_incompatible()
/Linux-v4.19/include/linux/
Dnfs_page.h46 struct nfs_lock_context *wb_lock_context; /* lock context info */ member