Searched refs:nfs_set_pgio_error (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 777 nfs_set_pgio_error(hdr, task->tk_status, hdr->args.offset); in nfs_pgio_result()
|
D | internal.h | 240 void nfs_set_pgio_error(struct nfs_pgio_header *hdr, int error, loff_t pos);
|
D | write.c | 1504 nfs_set_pgio_error(hdr, -EIO, argp->offset); in nfs_writeback_result()
|