Home
last modified time | relevance | path

Searched refs:mountflags (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.sbin/perfused/
H A Dperfused.c111 long mountflags = 0; in get_mount_info() local
157 mountflags = pmo->pmo_mountflags; in get_mount_info()
173 mountflags, (const char *)data, sock); in get_mount_info()
178 pmi->pmi_mountflags = (int)mountflags; in get_mount_info()
/netbsd/usr.sbin/sysinst/
H A Dmenus.mi232 edit->pset->infos[edit->index].mountflags ^= PUIMNT_LOG; };
235 edit->pset->infos[edit->index].mountflags ^= PUIMNT_ASYNC; };
238 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOATIME; };
241 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NODEV; };
244 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NODEVMTIME; };
247 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOEXEC; };
250 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOSUID; };
253 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOAUTO; };
H A Ddisks.c1366 if (ptn->mountflags & PUIMNT_LOG) in make_filesystems()
1598 ptn->mountflags & PUIMNT_LOG ? ",log" : "", in make_fstab()
1599 ptn->mountflags & PUIMNT_NOAUTO ? ",noauto" : "", in make_fstab()
1600 ptn->mountflags & PUIMNT_ASYNC ? ",async" : "", in make_fstab()
1601 ptn->mountflags & PUIMNT_NOATIME ? ",noatime" : "", in make_fstab()
1602 ptn->mountflags & PUIMNT_NODEV ? ",nodev" : "", in make_fstab()
1603 ptn->mountflags & PUIMNT_NODEVMTIME ? ",nodevmtime" : "", in make_fstab()
1604 ptn->mountflags & PUIMNT_NOEXEC ? ",noexec" : "", in make_fstab()
1605 ptn->mountflags & PUIMNT_NOSUID ? ",nosuid" : "", in make_fstab()
H A Dlabel.c1270 if (edit->wanted->mountflags & PUIMNT_ASYNC) in draw_edit_ptn_line()
1272 if (edit->wanted->mountflags & PUIMNT_NOATIME) in draw_edit_ptn_line()
1274 if (edit->wanted->mountflags & PUIMNT_NODEV) in draw_edit_ptn_line()
1276 if (edit->wanted->mountflags & PUIMNT_NODEVMTIME) in draw_edit_ptn_line()
1278 if (edit->wanted->mountflags & PUIMNT_NOEXEC) in draw_edit_ptn_line()
1280 if (edit->wanted->mountflags & PUIMNT_NOSUID) in draw_edit_ptn_line()
1282 if (edit->wanted->mountflags & PUIMNT_LOG) in draw_edit_ptn_line()
1284 if (edit->wanted->mountflags & PUIMNT_NOAUTO) in draw_edit_ptn_line()
H A Ddefs.h323 unsigned int mountflags; /* flags for fstab */ member
/netbsd/lib/libperfuse/
H A Dperfuse.c290 const char *filesystemtype, long mountflags, const void *data) in perfuse_mount() argument
307 mountflags, (const char *)data); in perfuse_mount()
363 pmo->pmo_mountflags = (uint32_t)mountflags; in perfuse_mount()