Searched refs:nfs_req_openctx (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/nfs/ |
A D | read.c | 112 struct inode *inode = d_inode(nfs_req_openctx(req)->dentry); in nfs_readpage_release() 176 xchg(&nfs_req_openctx(req)->error, error); in nfs_read_completion()
|
A D | pagelist.c | 103 hdr->cred = nfs_req_openctx(hdr->req)->cred; in nfs_pgheader_init() 810 hdr->args.context = get_nfs_open_context(nfs_req_openctx(req)); in nfs_pgio_rpcsetup() 1181 if (!nfs_match_open_context(nfs_req_openctx(req), nfs_req_openctx(prev))) in nfs_coalesce_size() 1183 flctx = locks_inode_context(d_inode(nfs_req_openctx(req)->dentry)); in nfs_coalesce_size()
|
A D | write.c | 962 struct nfs_open_context *ctx = nfs_req_openctx(req); in nfs_clear_request_commit() 1206 !nfs_match_open_context(nfs_req_openctx(req), ctx); in nfs_flush_incompatible() 1753 ctx = nfs_req_openctx(first); in nfs_init_commit() 1860 nfs_req_openctx(req)->dentry->d_sb->s_id, in nfs_commit_release_pages() 1861 (unsigned long long)NFS_FILEID(d_inode(nfs_req_openctx(req)->dentry)), in nfs_commit_release_pages()
|
A D | pnfs.c | 2722 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in pnfs_generic_pg_init_read() 2747 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in pnfs_generic_pg_init_write()
|
/linux-6.3-rc2/include/linux/ |
A D | nfs_page.h | 280 nfs_req_openctx(struct nfs_page *req) in nfs_req_openctx() function
|
/linux-6.3-rc2/fs/nfs/filelayout/ |
A D | filelayout.c | 881 nfs_req_openctx(req), in filelayout_pg_init_read() 905 nfs_req_openctx(req), in filelayout_pg_init_write()
|
/linux-6.3-rc2/fs/nfs/flexfilelayout/ |
A D | flexfilelayout.c | 816 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in ff_layout_pg_get_read() 901 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in ff_layout_pg_init_write() 957 pnfs_update_layout(pgio->pg_inode, nfs_req_openctx(req), in ff_layout_pg_get_mirror_count_write()
|
Completed in 24 milliseconds