Searched refs:nfs_set_pgio_error (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/fs/nfs/ | 
| D | read.c | 246 		nfs_set_pgio_error(hdr, -EIO, argp->offset);  in nfs_readpage_retry()
  | 
| D | pagelist.c | 77 void nfs_set_pgio_error(struct nfs_pgio_header *hdr, int error, loff_t pos)  in nfs_set_pgio_error()  function 778 		nfs_set_pgio_error(hdr, task->tk_status, hdr->args.offset);  in nfs_pgio_result()
  | 
| D | internal.h | 244 void nfs_set_pgio_error(struct nfs_pgio_header *hdr, int error, loff_t pos);
  | 
| D | write.c | 1489 			nfs_set_pgio_error(hdr, -EIO, argp->offset);  in nfs_writeback_result()
  |