OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISOFSMNT_NORRIP
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/cd9660/
cd9660_mount.h
53
#define
ISOFSMNT_NORRIP
0x00000001 /* disable Rock Ridge Ext.*/
cd9660_vfsops.c
513
if (!(argp->flags &
ISOFSMNT_NORRIP
)) {
526
argp->flags |=
ISOFSMNT_NORRIP
;
538
isomp->im_flags = argp->flags & (
ISOFSMNT_NORRIP
| ISOFSMNT_GENS |
544
else if (isomp->im_flags &
ISOFSMNT_NORRIP
) {
552
if ((argp->flags &
ISOFSMNT_NORRIP
) != 0 &&
/src/sbin/mount_cd9660/
mount_cd9660.c
78
{ "nrr", 0,
ISOFSMNT_NORRIP
, 1 },
79
{ "rrip", 1,
ISOFSMNT_NORRIP
, 1 },
149
opts |=
ISOFSMNT_NORRIP
;
Completed in 12 milliseconds
Indexes created Mon Oct 13 04:09:54 GMT 2025