Lines Matching refs:expectErr

328         if (opt.expectErr) {  in v9fs_tversion()
330 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tversion()
370 g_assert(!opt.expectErr || !opt.rattach.qid); in v9fs_tattach()
392 if (opt.expectErr) { in v9fs_tattach()
394 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tattach()
429 g_assert(!opt.expectErr || !(opt.rwalk.nwqid || opt.rwalk.wqid)); in v9fs_twalk()
457 if (opt.expectErr) { in v9fs_twalk()
459 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_twalk()
499 g_assert(!opt.expectErr || !opt.rgetattr.attr); in v9fs_tgetattr()
512 if (opt.expectErr) { in v9fs_tgetattr()
514 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tgetattr()
567 g_assert(!opt.expectErr || !(opt.rreaddir.count || in v9fs_treaddir()
578 if (opt.expectErr) { in v9fs_treaddir()
580 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_treaddir()
658 g_assert(!opt.expectErr || !(opt.rlopen.qid || opt.rlopen.iounit)); in v9fs_tlopen()
667 if (opt.expectErr) { in v9fs_tlopen()
669 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tlopen()
715 if (opt.expectErr) { in v9fs_twrite()
717 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_twrite()
754 if (opt.expectErr) { in v9fs_tflush()
756 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tflush()
783 g_assert(!opt.expectErr || !opt.rmkdir.qid); in v9fs_tmkdir()
809 if (opt.expectErr) { in v9fs_tmkdir()
811 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tmkdir()
843 g_assert(!opt.expectErr || !(opt.rlcreate.qid || opt.rlcreate.iounit)); in v9fs_tlcreate()
870 if (opt.expectErr) { in v9fs_tlcreate()
872 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tlcreate()
907 g_assert(!opt.expectErr || !opt.rsymlink.qid); in v9fs_tsymlink()
930 if (opt.expectErr) { in v9fs_tsymlink()
932 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tsymlink()
989 if (opt.expectErr) { in v9fs_tlink()
991 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tlink()
1037 if (opt.expectErr) { in v9fs_tunlinkat()
1039 g_assert_cmpint(err, ==, opt.expectErr); in v9fs_tunlinkat()