Lines Matching refs:xfs_etest
83 int xfs_etest[XFS_NUM_INJECT_ERROR]; variable
90 memset(xfs_etest, 0, sizeof(xfs_etest)); in xfs_error_test_init()
108 if (xfs_etest[i] == error_tag && xfs_etest_fsid[i] == fsid) { in xfs_error_test()
129 if (xfs_etest_fsid[i] == fsid && xfs_etest[i] == error_tag) { in xfs_errortag_add()
136 if (xfs_etest[i] == 0) { in xfs_errortag_add()
139 xfs_etest[i] = error_tag; in xfs_errortag_add()
162 if (xfs_etest_fsid[i] == fsid && xfs_etest[i] == error_tag) { in xfs_errortag_clear()
163 xfs_etest[i] = 0; in xfs_errortag_clear()
187 xfs_etest[i] != 0) { in xfs_errortag_clearall_umount()
190 xfs_etest[i]); in xfs_errortag_clearall_umount()
191 xfs_etest[i] = 0; in xfs_errortag_clearall_umount()