Home
last modified time | relevance | path

Searched refs:NFS_IOHDR_ERROR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/nfs/
Dread.c174 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags)) { in nfs_read_completion()
274 clear_bit(NFS_IOHDR_ERROR, &hdr->flags); in nfs_readpage_result()
Ddirect.c421 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags) && (hdr->good_bytes == 0)) in nfs_direct_read_completion()
790 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags)) { in nfs_direct_write_completion()
Dpagelist.c80 if (!test_and_set_bit(NFS_IOHDR_ERROR, &hdr->flags) in nfs_set_pgio_error()
Dwrite.c915 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags) && in nfs_write_completion()
/linux-4.4.14/include/linux/
Dnfs_xdr.h1375 NFS_IOHDR_ERROR = 0, enumerator