Searched refs:ISOFSMNT_GENS (Results 1 – 2 of 2) sorted by relevance
52 #define ISOFSMNT_GENS 0x00000002 /* enable generation numbers */ macro
118 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: