iso.h (bf7e2ae1c498ce7cc605d48608bacb926684e3ff) iso.h (aec0fb7b40e4cf877bea663f2d86dd07c3524fe8)
1/*-
2 * Copyright (c) 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley
6 * by Pace Willisson (pace@blitz.com). The Rock Ridge Extension
7 * Support code is derived from software contributed to Berkeley
8 * by Atsushi Murai (amurai@spec.co.jp).

--- 249 unchanged lines hidden (view full) ---

258
259int cd9660_vget_internal(struct mount *, ino_t, int, struct vnode **, int,
260 struct iso_directory_record *);
261int cd9660_init(struct vfsconf *);
262int cd9660_uninit(struct vfsconf *);
263#define cd9660_sysctl ((int (*)(int *, u_int, void *, size_t *, void *, \
264 size_t, struct proc *))eopnotsupp)
265
1/*-
2 * Copyright (c) 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley
6 * by Pace Willisson (pace@blitz.com). The Rock Ridge Extension
7 * Support code is derived from software contributed to Berkeley
8 * by Atsushi Murai (amurai@spec.co.jp).

--- 249 unchanged lines hidden (view full) ---

258
259int cd9660_vget_internal(struct mount *, ino_t, int, struct vnode **, int,
260 struct iso_directory_record *);
261int cd9660_init(struct vfsconf *);
262int cd9660_uninit(struct vfsconf *);
263#define cd9660_sysctl ((int (*)(int *, u_int, void *, size_t *, void *, \
264 size_t, struct proc *))eopnotsupp)
265
266extern vop_t **cd9660_vnodeop_p;
267extern vop_t **cd9660_specop_p;
268extern vop_t **cd9660_fifoop_p;
266extern struct vop_vector cd9660_vnodeops;
267extern struct vop_vector cd9660_fifoops;
269
270int isochar(u_char *, u_char *, int, u_short *, int *, int, void *);
271int isofncmp(u_char *, int, u_char *, int, int, int, void *, void *);
272void isofntrans(u_char *, int, u_char *, u_short *, int, int, int, int, void *);
273ino_t isodirino(struct iso_directory_record *, struct iso_mnt *);
274u_short sgetrune(const char *, size_t, char const **, int, void *);
275
276#endif /* _KERNEL */

--- 84 unchanged lines hidden ---
268
269int isochar(u_char *, u_char *, int, u_short *, int *, int, void *);
270int isofncmp(u_char *, int, u_char *, int, int, int, void *, void *);
271void isofntrans(u_char *, int, u_char *, u_short *, int, int, int, int, void *);
272ino_t isodirino(struct iso_directory_record *, struct iso_mnt *);
273u_short sgetrune(const char *, size_t, char const **, int, void *);
274
275#endif /* _KERNEL */

--- 84 unchanged lines hidden ---