Searched refs:ISOFSMNT_NORRIP (Results 1 – 2 of 2) sorted by relevance
119 ma = mount_argb(ma, !(args.flags & ISOFSMNT_NORRIP), "norrip"); in cd9660_cmount()402 vfs_flagopt(mp->mnt_optnew, "norrip", &isomp->im_flags, ISOFSMNT_NORRIP); in iso_mountfs()424 if (!(isomp->im_flags & ISOFSMNT_NORRIP)) { in iso_mountfs()434 isomp->im_flags |= ISOFSMNT_NORRIP; in iso_mountfs()469 switch (isomp->im_flags&(ISOFSMNT_NORRIP|ISOFSMNT_GENS)) { in iso_mountfs()473 case ISOFSMNT_GENS|ISOFSMNT_NORRIP: in iso_mountfs()
54 #define ISOFSMNT_NORRIP 0x00000001 /* disable Rock Ridge Ext.*/ macro