Searched refs:nfs_req_openctx (Results 1 – 4 of 4) sorted by relevance
104 hdr->cred = nfs_req_openctx(hdr->req)->cred; in nfs_pgheader_init()698 hdr->args.context = get_nfs_open_context(nfs_req_openctx(req)); in nfs_pgio_rpcsetup()1084 if (!nfs_match_open_context(nfs_req_openctx(req), nfs_req_openctx(prev))) in nfs_coalesce_size()1086 flctx = locks_inode_context(d_inode(nfs_req_openctx(req)->dentry)); in nfs_coalesce_size()
884 struct nfs_open_context *ctx = nfs_req_openctx(req); in nfs_clear_request_commit()1136 !nfs_match_open_context(nfs_req_openctx(req), ctx); in nfs_flush_incompatible()1708 ctx = nfs_req_openctx(first); in nfs_init_commit()1819 nfs_req_openctx(req)->dentry->d_sb->s_id, in nfs_commit_release_pages()1820 (unsigned long long)NFS_FILEID(d_inode(nfs_req_openctx(req)->dentry)), in nfs_commit_release_pages()
2909 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in pnfs_generic_pg_init_read()2933 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in pnfs_generic_pg_init_write()
281 nfs_req_openctx(struct nfs_page *req) in nfs_req_openctx() function