cd9660_vfsops.c (762e6b856c64ee48f286a7f0b45d0067e556b252) cd9660_vfsops.c (91f37dcba1648b1f24e2913c3ab78fc4eae35991)
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).

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

83 vfs_stdquotactl,
84 cd9660_statfs,
85 vfs_stdsync,
86 cd9660_vget,
87 cd9660_fhtovp,
88 cd9660_checkexp,
89 cd9660_vptofh,
90 cd9660_init,
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).

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

83 vfs_stdquotactl,
84 cd9660_statfs,
85 vfs_stdsync,
86 cd9660_vget,
87 cd9660_fhtovp,
88 cd9660_checkexp,
89 cd9660_vptofh,
90 cd9660_init,
91 vfs_stduninit,
92 vfs_stdextattrctl,
91};
92VFS_SET(cd9660_vfsops, cd9660, VFCF_READONLY);
93
94
95/*
96 * Called by vfs_mountroot when iso is going to be mounted as root.
97 */
98

--- 798 unchanged lines hidden ---
93};
94VFS_SET(cd9660_vfsops, cd9660, VFCF_READONLY);
95
96
97/*
98 * Called by vfs_mountroot when iso is going to be mounted as root.
99 */
100

--- 798 unchanged lines hidden ---