Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dread.c170 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags)) { in nfs_read_completion()
279 clear_bit(NFS_IOHDR_ERROR, &hdr->flags); in nfs_readpage_result()
H A Ddirect.c90 if (!(test_bit(NFS_IOHDR_ERROR, &hdr->flags) || in nfs_direct_handle_truncated()
99 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags) && !dreq->error) in nfs_direct_handle_truncated()
776 !test_bit(NFS_IOHDR_ERROR, &hdr->flags)) { in nfs_direct_write_completion()
H A Dpagelist.c127 if (!test_and_set_bit(NFS_IOHDR_ERROR, &hdr->flags)) in nfs_set_pgio_error()
/linux/include/linux/
H A Dnfs_xdr.h1628 NFS_IOHDR_ERROR = 0, enumerator