Home
last modified time | relevance | path

Searched refs:PUIMNT_NOATIME (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h316 #define PUIMNT_NOATIME 0x0002 /* mount -o noatime */ macro
H A Dmenus.mi238 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOATIME; };
H A Ddisks.c1601 ptn->mountflags & PUIMNT_NOATIME ? ",noatime" : "", in make_fstab()
H A Dlabel.c1272 if (edit->wanted->mountflags & PUIMNT_NOATIME) in draw_edit_ptn_line()