Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/cd9660/
Dcd9660_vfsops.c117 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:
Dcd9660_mount.h51 #define ISOFSMNT_NORRIP 0x00000001 /* disable Rock Ridge Ext.*/ macro