Home
last modified time | relevance | path

Searched refs:iso_args (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/kern/
H A Dvfs_init.c71 sizeof(struct iso_args) },
91 sizeof(struct iso_args) },
/openbsd-src/sbin/mount/
H A Dmount.c595 struct iso_args *iso_args = &sf->mount_info.iso_args; in prmount() local
597 if (iso_args->flags & ISOFSMNT_NORRIP) in prmount()
599 if (iso_args->flags & ISOFSMNT_GENS) in prmount()
601 if (iso_args->flags & ISOFSMNT_EXTATT) in prmount()
/openbsd-src/sys/sys/
H A Dmount.h93 struct iso_args { struct
104 #define ISOFSMNT_SESS 0x00000010 /* use iso_args.sess */ argument
272 struct iso_args iso_args; member
/openbsd-src/sys/isofs/cd9660/
H A Dcd9660_vfsops.c84 struct proc *p, struct iso_args *argp);
95 struct iso_args args; in cd9660_mountroot()
133 struct iso_args *args = data; in cd9660_mount()
193 bcopy(args, &mp->mnt_stat.mount_info.iso_args, sizeof(*args)); in cd9660_mount()
205 struct iso_args *argp) in iso_mountfs()
/openbsd-src/sbin/mount_cd9660/
H A Dmount_cd9660.c64 struct iso_args args; in main()