]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/isofs/cd9660/cd9660_node.h
xnu-1228.15.4.tar.gz
[apple/xnu.git] / bsd / isofs / cd9660 / cd9660_node.h
index faa7450dda6929348b705726440105c9bffce11c..80a78c2a169ecbed7b5bca11618601fd6de3d7fc 100644 (file)
@@ -1,23 +1,29 @@
 /*
  * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
  *
- * @APPLE_LICENSE_HEADER_START@
+ * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
- * The contents of this file constitute Original Code as defined in and
- * are subject to the Apple Public Source License Version 1.1 (the
- * "License").  You may not use this file except in compliance with the
- * License.  Please obtain a copy of the License at
- * http://www.apple.com/publicsource and read it before using this file.
+ * This file contains Original Code and/or Modifications of Original Code
+ * as defined in and that are subject to the Apple Public Source License
+ * Version 2.0 (the 'License'). You may not use this file except in
+ * compliance with the License. The rights granted to you under the License
+ * may not be used to create, or enable the creation or redistribution of,
+ * unlawful or unlicensed copies of an Apple operating system, or to
+ * circumvent, violate, or enable the circumvention or violation of, any
+ * terms of an Apple operating system software license agreement.
  * 
- * This Original Code and all software distributed under the License are
- * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
+ * Please obtain a copy of the License at
+ * http://www.opensource.apple.com/apsl/ and read it before using this file.
+ * 
+ * The Original Code and all software distributed under the License are
+ * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the
- * License for the specific language governing rights and limitations
- * under the License.
+ * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
+ * Please see the License for the specific language governing rights and
+ * limitations under the License.
  * 
- * @APPLE_LICENSE_HEADER_END@
+ * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
  */
 /*     $NetBSD: cd9660_node.h,v 1.10 1994/12/24 15:30:09 cgd Exp $     */
 
@@ -168,6 +174,9 @@ int cd9660_access_internal(vnode_t, mode_t, kauth_cred_t);
 /*
  * Prototypes for ISOFS vnode operations
  */
+int cd9660_blktooff(struct vnop_blktooff_args *);
+int cd9660_offtoblk(struct vnop_offtoblk_args *);
+int cd9660_blockmap(struct vnop_blockmap_args *);
 int cd9660_lookup (struct vnop_lookup_args *);
 int cd9660_open (struct vnop_open_args *);
 int cd9660_close (struct vnop_close_args *);
@@ -188,7 +197,6 @@ int cd9660_enotsupp(void);
 int cd9660_pagein(struct vnop_pagein_args *ap);
 int cd9660_remove(struct vnop_remove_args *ap);
 int cd9660_rmdir(struct vnop_rmdir_args *ap);
-int cd9660_getattrlist(struct vnop_getattrlist_args *ap);
 
 __private_extern__ void cd9660_xa_init(struct iso_node *ip,
                                       struct iso_directory_record *isodir);