Home
last modified time | relevance | path

Searched refs:mnt_type (Results 1 – 8 of 8) sorted by relevance

/misc/
A Dtst-mntent-escape.c29 const char *mnt_type; member
67 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()
A Dtst-mntent-autofs.c38 const char *mnt_type; member
114 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()
A Dtst-mntent.c16 mef.mnt_type = strdupa ("ext2"); in do_test()
66 || strcmp (mnt->mnt_type, "ext2") != 0 in do_test()
A Dtst-mntent-blank-passno.c40 || strcmp (mnt->mnt_type, "auto") != 0 in do_test()
A Dtst-mntent2.c14 mef.mnt_type = strdupa ("ext3"); in do_test()
A Dmntent.h55 char *mnt_type; /* Type of filesystem: ufs, nfs, etc. */ member
A Dmntent_r.c161 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()
A Dfstab.c164 f->fs_vfstype = m->mnt_type; in fstab_convert()

Completed in 12 milliseconds