Searched refs:nfs_req_openctx (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/nfs/ |
D | pagelist.c | 51 hdr->cred = nfs_req_openctx(hdr->req)->cred; in nfs_pgheader_init() 578 hdr->args.context = get_nfs_open_context(nfs_req_openctx(req)); in nfs_pgio_rpcsetup() 933 if (!nfs_match_open_context(nfs_req_openctx(req), nfs_req_openctx(prev))) in nfs_can_coalesce_requests() 935 flctx = d_inode(nfs_req_openctx(req)->dentry)->i_flctx; in nfs_can_coalesce_requests()
|
D | read.c | 96 struct inode *inode = d_inode(nfs_req_openctx(req)->dentry); in nfs_readpage_release() 196 xchg(&nfs_req_openctx(req)->error, error); in nfs_read_completion()
|
D | write.c | 960 struct nfs_open_context *ctx = nfs_req_openctx(req); in nfs_clear_request_commit() 1216 !nfs_match_open_context(nfs_req_openctx(req), ctx); in nfs_flush_incompatible() 1419 set_bit(NFS_CONTEXT_RESEND_WRITES, &nfs_req_openctx(req)->flags); in nfs_redirty_request() 1739 struct nfs_open_context *ctx = nfs_req_openctx(first); in nfs_init_commit() 1844 nfs_req_openctx(req)->dentry->d_sb->s_id, in nfs_commit_release_pages() 1845 (unsigned long long)NFS_FILEID(d_inode(nfs_req_openctx(req)->dentry)), in nfs_commit_release_pages() 1869 set_bit(NFS_CONTEXT_RESEND_WRITES, &nfs_req_openctx(req)->flags); in nfs_commit_release_pages()
|
D | pnfs.h | 466 struct inode *inode = d_inode(nfs_req_openctx(req)->dentry); in pnfs_mark_request_commit() 478 struct inode *inode = d_inode(nfs_req_openctx(req)->dentry); in pnfs_clear_request_commit()
|
D | pnfs.c | 2505 nfs_req_openctx(req), in pnfs_generic_pg_init_read() 2532 nfs_req_openctx(req), in pnfs_generic_pg_init_write()
|
/Linux-v5.4/include/linux/ |
D | nfs_page.h | 203 nfs_req_openctx(struct nfs_page *req) in nfs_req_openctx() function
|
/Linux-v5.4/fs/nfs/filelayout/ |
D | filelayout.c | 920 nfs_req_openctx(req), in filelayout_pg_init_read() 947 nfs_req_openctx(req), in filelayout_pg_init_write()
|
/Linux-v5.4/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 878 nfs_req_openctx(req), in ff_layout_pg_get_read() 965 nfs_req_openctx(req), in ff_layout_pg_init_write() 1029 nfs_req_openctx(req), in ff_layout_pg_get_mirror_count_write()
|