Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/cd9660/
Dcd9660_mount.h52 #define ISOFSMNT_GENS 0x00000002 /* enable generation numbers */ macro
Dcd9660_vfsops.c118 ma = mount_argb(ma, args.flags & ISOFSMNT_GENS, "nogens"); in cd9660_cmount()
402 vfs_flagopt(mp->mnt_optnew, "gens", &isomp->im_flags, ISOFSMNT_GENS);
420 isomp->im_flags &= ~ISOFSMNT_GENS;
453 switch (isomp->im_flags&(ISOFSMNT_NORRIP|ISOFSMNT_GENS)) {
457 case ISOFSMNT_GENS|ISOFSMNT_NORRIP: