The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/fs/hfsplus/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2009-05-27 19:04:47
File Makefile 521 bytes 2003-08-25 11:44:43
File README 1366 bytes 2003-08-25 11:44:43
C file bfind.c 4695 bytes 2003-08-25 11:44:43
C file bnode.c 26923 bytes 2003-08-25 11:44:43
C file brec.c 1327 bytes 2003-08-25 11:44:43
C file btree.c 7789 bytes 2003-08-25 11:44:43
C file catalog.c 9120 bytes 2003-08-25 11:44:43
C file dir.c 11815 bytes 2003-08-25 11:44:43
C file extents.c 13664 bytes 2003-08-25 11:44:43
C file hfsplus_fs.h 10311 bytes 2003-08-25 11:44:43
C file hfsplus_raw.h 6837 bytes 2003-08-25 11:44:43
C file inode.c 13389 bytes 2003-08-25 11:44:43
C file options.c 3274 bytes 2003-08-25 11:44:43
C file super.c 15323 bytes 2003-08-25 11:44:43
C file tables.c 27787 bytes 2003-08-25 11:44:43
C file unicode.c 2356 bytes 2003-08-25 11:44:43
C file wrapper.c 4069 bytes 2003-08-25 11:44:43

    1     Copyright (C) 2001 Brad Boyer
    2     Copyright (C) 2003 Ardis Technologies bv
    3 
    4     This program is free software; you can redistribute it and/or modify
    5     it under the terms of the GNU General Public License as published by
    6     the Free Software Foundation; either version 2 of the License, or
    7     (at your option) any later version.
    8 
    9     This program is distributed in the hope that it will be useful,
   10     but WITHOUT ANY WARRANTY; without even the implied warranty of
   11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12     GNU General Public License for more details.
   13 
   14     You should have received a copy of the GNU General Public License
   15     along with this program; if not, write to the Free Software
   16     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   17 
   18 
   19 HFS+ is the standard volume format for Mac OS X.
   20 
   21 A basic overview and also a detailed description of the HFS+ volume format
   22 is provided by Apple's technical note 1150.
   23 
   24 The new driver provides full access to HFS+ plus volumes under Linux. It
   25 bases on the driver by Brad Boyer at 
   26 http://sourceforge.net/projects/linux-hfsplus.
   27 
   28 This driver now supports full read and write access and has a better
   29 perfomance. It also supports hard links and the resource fork is accessible
   30 via /rsrc.
   31 
   32 This is a beta release, it was intensively tested, but use at your own risk.
   33 

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.