Lines Matching refs:eq

35 	if [ $DEBUG -eq 0 ]; then
47 if [ $DEBUG -eq 0 ]; then
175 if [ $g_soft_offline -eq 1 ]; then
179 if [ $g_madvise -eq 1 ]; then
191 [ $rc -eq 1 ] && invalid "invalid device: no inode # can be found"
209 if [ $g_nomkfs -eq 0 -a $g_netfs -eq 0 ]; then
211 if [ $g_force -eq 0 -a $g_fstype != "ocfs2" ]; then
226 if [ $g_netfs -eq 0 ]; then
238 if [ $g_test -eq 0 ]; then
245 if [ $g_netfs -eq 0 ]; then
252 if [ $g_madvise -eq 0 -o $g_recycle -ne 0 ]; then
257 if [ $g_pfninj -eq 1 ]; then
258 if [ $g_soft_offline -eq 1 ]; then
263 if [ $? -eq 0 ]; then
265 [ $? -eq 0 ] || invalid "module hwpoison_inject isn't supported ?"
272 if [ $g_apei -eq 1 ]; then
275 if [ $? -eq 0 ]; then
277 [ $? -eq 0 ] || invalid "module apei_inj isn't supported ?"
281 if [ $g_runltp -eq 1 ]; then
284 [ $g_duration -eq 0 ] && invalid "test duration is set as 0 second"
294 [ $g_test -eq 0 ] && clear > $g_tty
306 [ $g_test -eq 0 ] && setup_fs
366 if [ $g_children -eq 0 ]; then
372 [ $threads -eq 0 ] && threads=1
415 if [ $pass_num -eq 0 ]; then
489 if [ $pass_num -eq 0 ]; then
540 [ $g_soft_offline -eq 1 ] && msg="page soft offline"
546 [ $percent -eq 0 ] && return
591 [ $g_soft_offline -eq 1 ] && inj=_pfn_soft_offline
602 if [ $i -eq $g_progress ]; then
616 if [ $i -eq $g_progress ]; then
658 if [ $i -eq $g_progress ]; then
676 if [ $g_soft_offline -eq 1 ]; then
680 if [ $g_madvise -eq 1 ]; then
689 if [ $g_madvise -eq 1 ]; then
698 if [ $g_madvise -eq 0 ]; then
700 [ $g_apei -eq 1 ] && apei_inj
701 [ $g_pfninj -eq 1 ] && pfn_inj
703 if [ $i -eq $g_progress ]; then
715 if [ $g_madvise -eq 1 ]; then
767 if [ $? -eq 0 ]; then
803 if [ $pass_num -eq 0 ]; then
818 if [ $g_madvise -eq 1 ]; then
822 [ $g_runltp -eq 1 ] && ltp_result
824 [ $g_netfs -eq 0 -a $g_test -eq 0 ] && fsck_result
890 [ $? -eq 0 ] && {
897 [ $? -eq 0 ] && {
904 [ $? -eq 0 ] && {
919 if [ $g_netfs -eq 0 ]; then
924 if [ $g_madvise -eq 1 ]; then
943 if [ $g_test -eq 1 ]; then
944 [ $g_apei -eq 1 ] && g_apei=0
945 if [ $g_madvise -eq 1 ]; then
953 if [ $g_apei -eq 1 ]; then
958 if [ $g_madvise -eq 1 ]; then
1056 if [ $g_madvise -eq 0 ]; then
1057 [ $g_runltp -eq 1 ] && run_ltp
1061 [ $g_netfs -eq 0 -a $g_test -eq 0 ] && run_fsck