Searched refs:nfs_req_openctx (Results 1 – 6 of 6) sorted by relevance
/linux/fs/nfs/ |
H A D | pagelist.c | 104 hdr->cred = nfs_req_openctx(hdr->req)->cred; in nfs_pgheader_init() 697 hdr->args.context = get_nfs_open_context(nfs_req_openctx(req)); in nfs_pgio_rpcsetup() 1082 if (!nfs_match_open_context(nfs_req_openctx(req), nfs_req_openctx(prev))) in nfs_coalesce_size() 1084 flctx = locks_inode_context(d_inode(nfs_req_openctx(req)->dentry)); in nfs_coalesce_size()
|
H A D | read.c | 175 xchg(&nfs_req_openctx(req)->error, error); in nfs_read_completion()
|
H A D | pnfs.c | 2860 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in pnfs_generic_pg_init_read() 2884 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in pnfs_generic_pg_init_write()
|
/linux/include/linux/ |
H A D | nfs_page.h | 282 nfs_req_openctx(struct nfs_page *req) in nfs_req_openctx() function
|
/linux/fs/nfs/filelayout/ |
H A D | filelayout.c | 873 nfs_req_openctx(req), in filelayout_pg_init_read() 897 nfs_req_openctx(req), in filelayout_pg_init_write()
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 833 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in ff_layout_pg_get_read() 925 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in ff_layout_pg_init_write() 981 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in ff_layout_pg_get_mirror_count_write()
|