]> 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 83240c98231bad5d5b6f611908aafba04935ff10..80a78c2a169ecbed7b5bca11618601fd6de3d7fc 100644 (file)
@@ -1,14 +1,19 @@
 /*
  * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
  *
- * @APPLE_LICENSE_HEADER_START@
+ * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  * 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. Please obtain a copy of the License at
- * http://www.opensource.apple.com/apsl/ and read it before using this
- * file.
+ * 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.
+ * 
+ * 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
@@ -18,7 +23,7 @@
  * 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 $     */
 
@@ -169,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 *);
@@ -189,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);