Home
last modified time | relevance | path

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

/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c116 ma = mount_argb(ma, !(args.flags & ISOFSMNT_NORRIP), "norrip"); in cd9660_cmount()
399 vfs_flagopt(mp->mnt_optnew, "norrip", &isomp->im_flags, ISOFSMNT_NORRIP); in iso_mountfs()
421 if (!(isomp->im_flags & ISOFSMNT_NORRIP)) { in iso_mountfs()
431 isomp->im_flags |= ISOFSMNT_NORRIP; in iso_mountfs()
466 switch (isomp->im_flags&(ISOFSMNT_NORRIP|ISOFSMNT_GENS)) { in iso_mountfs()
470 case ISOFSMNT_GENS|ISOFSMNT_NORRIP: in iso_mountfs()
H A Dcd9660_mount.h52 #define ISOFSMNT_NORRIP 0x00000001 /* disable Rock Ridge Ext.*/ macro