MNTOPT_PUBLIC
if (hasmntopt(&m, MNTOPT_PUBLIC))
if (hasmntopt(mnt, MNTOPT_PUBLIC) != NULL) {
use_pubfh = (hasmntopt(&m, MNTOPT_PUBLIC) == NULL) ? FALSE : TRUE;
MNTOPT_PUBLIC,
p = strstr(opts, MNTOPT_PUBLIC);
i = strlen(MNTOPT_PUBLIC);
if (hasopt(MNTOPT_PUBLIC, mnt.mnt_mntopts))
MNTOPT_PUBLIC,