Searched refs:ISOFSMNT_NORRIP (Results 1 – 2 of 2) sorted by relevance
117 ma = mount_argb(ma, !(args.flags & ISOFSMNT_NORRIP), "norrip"); in cd9660_cmount()401 vfs_flagopt(mp->mnt_optnew, "norrip", &isomp->im_flags, ISOFSMNT_NORRIP);408 if (!(isomp->im_flags & ISOFSMNT_NORRIP)) {418 isomp->im_flags |= ISOFSMNT_NORRIP;453 switch (isomp->im_flags&(ISOFSMNT_NORRIP|ISOFSMNT_GENS)) {457 case ISOFSMNT_GENS|ISOFSMNT_NORRIP:
51 #define ISOFSMNT_NORRIP 0x00000001 /* disable Rock Ridge Ext.*/ macro