Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dread.c191 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags)) { in nfs_read_completion()
301 clear_bit(NFS_IOHDR_ERROR, &hdr->flags); in nfs_readpage_result()
H A Ddirect.c120 if (!(test_bit(NFS_IOHDR_ERROR, &hdr->flags) || in nfs_direct_handle_truncated()
128 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags)) in nfs_direct_handle_truncated()
H A Dpagelist.c88 if (!test_and_set_bit(NFS_IOHDR_ERROR, &hdr->flags)) in nfs_set_pgio_error()
H A Dwrite.c990 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags) && in nfs_write_completion()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h1577 NFS_IOHDR_ERROR = 0, enumerator