Searched refs:wb_context (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dpagelist.c89 req->wb_context = get_nfs_open_context(ctx);
117 struct nfs_inode *nfsi = NFS_I(req->wb_context->dentry->d_inode);
130 struct nfs_inode *nfsi = NFS_I(req->wb_context->dentry->d_inode);
171 put_nfs_open_context(req->wb_context);
196 struct rpc_clnt *clnt = NFS_CLIENT(req->wb_context->dentry->d_inode);
253 if (req->wb_context->cred != prev->wb_context->cred)
255 if (req->wb_context->lockowner != prev->wb_context->lockowner)
257 if (req->wb_context
[all...]
H A Dwrite.c412 struct inode *inode = req->wb_context->dentry->d_inode;
460 struct inode *inode = req->wb_context->dentry->d_inode;
664 if (req->wb_context != ctx
702 do_flush = req->wb_page != page || req->wb_context != ctx
783 data->inode = inode = req->wb_context->dentry->d_inode;
784 data->cred = req->wb_context->cred;
791 data->args.context = req->wb_context;
951 req->wb_context->dentry->d_inode->i_sb->s_id,
952 (long long)NFS_FILEID(req->wb_context->dentry->d_inode),
961 req->wb_context
[all...]
H A Dread.c148 req->wb_context->dentry->d_inode->i_sb->s_id,
149 (long long)NFS_FILEID(req->wb_context->dentry->d_inode),
167 data->inode = inode = req->wb_context->dentry->d_inode;
168 data->cred = req->wb_context->cred;
175 data->args.context = req->wb_context;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_page.h39 struct nfs_open_context *wb_context; /* File state context info */ member in struct:nfs_page

Completed in 54 milliseconds