Home
last modified time | relevance | path

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

/openbsd/sbin/mount_cd9660/
H A Dmount_cd9660.c76 opts |= ISOFSMNT_GENS; in main()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_vfsops.c380 argp->flags &= ~ISOFSMNT_GENS; in iso_mountfs()
390 isomp->im_flags = argp->flags & (ISOFSMNT_NORRIP | ISOFSMNT_GENS | in iso_mountfs()
392 switch (isomp->im_flags & (ISOFSMNT_NORRIP | ISOFSMNT_GENS)) { in iso_mountfs()
396 case ISOFSMNT_GENS|ISOFSMNT_NORRIP: in iso_mountfs()
/openbsd/sys/sys/
H A Dmount.h101 #define ISOFSMNT_GENS 0x00000002 /* enable generation numbers */ macro
/openbsd/sbin/mount/
H A Dmount.c599 if (iso_args->flags & ISOFSMNT_GENS) in prmount()