Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dread.c172 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags)) { in nfs_read_completion()
281 clear_bit(NFS_IOHDR_ERROR, &hdr->flags); in nfs_readpage_result()
H A Ddirect.c89 if (!(test_bit(NFS_IOHDR_ERROR, &hdr->flags) || in nfs_direct_handle_truncated()
98 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags) && !dreq->error) in nfs_direct_handle_truncated()
760 !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()
H A Dwrite.c1006 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags) && in nfs_write_completion()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h1601 NFS_IOHDR_ERROR = 0, enumerator