Searched refs:hfsplus (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A DMakefile2 ## Makefile for the linux hfsplus filesystem routines.
5 obj-$(CONFIG_HFSPLUS_FS) += hfsplus.o
7 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A DMakefile2 ## Makefile for the linux hfsplus filesystem routines.
5 obj-$(CONFIG_HFSPLUS_JOURNAL_FS) += hfsplus.o
7 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Dhfs.c134 } PACKED *hfsplus; variable in typeref:struct:hfsplus_vol_header
213 hfsplus = (struct hfsplus_vol_header *) buf;
214 if (memcmp(hfsplus->signature, "H+", 2) == 0)
215 goto hfsplus;
216 if (memcmp(hfsplus->signature, "HX", 2) == 0)
217 goto hfsplus;
220 hfsplus:
221 hfsid_set_uuid(id, hfsplus->finder_info.id);
223 blocksize = be32_to_cpu(hfsplus->blocksize);
226 memcpy(extents, hfsplus
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A DMakefile85 obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+

Completed in 30 milliseconds