Home
last modified time | relevance | path

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

/misc/
A Dtst-mntent-escape.c30 const char *mnt_opts; member
68 curtest.mnt_opts = strdupa (tests[i].mnt_opts); in do_test()
91 TEST_COMPARE_STRING(tests[i].mnt_opts, ret->mnt_opts); in do_test()
A Dtst-mntent.c17 mef.mnt_opts = strdupa ("defaults"); in do_test()
67 || strcmp (mnt->mnt_opts, "defaults") != 0 in do_test()
A Dtst-mntent-autofs.c39 const char *mnt_opts; member
125 TEST_COMPARE_STRING (test_cases[i].expected.mnt_opts, me.mnt_opts); in do_test()
A Dtst-mntent-blank-passno.c41 || strcmp (mnt->mnt_opts, "bind") != 0 in do_test()
A Dtst-mntent2.c15 mef.mnt_opts = strdupa ("opt1,opt2,noopt=6,rw,norw,brw"); in do_test()
A Dmntent.h56 char *mnt_opts; /* Comma-separated options for fs. */ member
A Dmntent_r.c165 mp->mnt_opts = cp != NULL ? decode_name (cp) : (char *) ""; in get_mnt_entry()
253 write_string (stream, mnt->mnt_opts); in __addmntent()
271 char *rest = mnt->mnt_opts, *p; in weak_alias()
A Dfstab.c165 f->fs_mntops = m->mnt_opts; in fstab_convert()

Completed in 12 milliseconds