Searched refs:mnt_type (Results 1 – 8 of 8) sorted by relevance
29 const char *mnt_type; member67 curtest.mnt_type = strdupa (tests[i].mnt_type); in do_test()90 TEST_COMPARE_STRING(tests[i].mnt_type, ret->mnt_type); in do_test()
38 const char *mnt_type; member114 if (test_cases[i].expected.mnt_type == NULL) in do_test()124 TEST_COMPARE_STRING (test_cases[i].expected.mnt_type, me.mnt_type); in do_test()
16 mef.mnt_type = strdupa ("ext2"); in do_test()66 || strcmp (mnt->mnt_type, "ext2") != 0 in do_test()
40 || strcmp (mnt->mnt_type, "auto") != 0 in do_test()
14 mef.mnt_type = strdupa ("ext3"); in do_test()
55 char *mnt_type; /* Type of filesystem: ufs, nfs, etc. */ member
161 mp->mnt_type = cp != NULL ? decode_name (cp) : (char *) ""; in get_mnt_entry()195 if (strcmp (mp->mnt_type, "autofs") == 0 && __hasmntopt (mp, "ignore")) in __getmntent_r()252 write_string (stream, mnt->mnt_type); in __addmntent()
164 f->fs_vfstype = m->mnt_type; in fstab_convert()
Completed in 12 milliseconds