Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/cd9660/
H A Dcd9660_vfsops.c119 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()
H A Dcd9660_mount.h54 #define ISOFSMNT_NORRIP 0x00000001 /* disable Rock Ridge Ext.*/ macro