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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A DMakefile2 # Makefile for the Linux hfs filesystem routines.
5 obj-$(CONFIG_HFS_FS) += hfs.o
7 hfs-objs := bitmap.o bfind.o bnode.o brec.o btree.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Dhfs.c67 } PACKED *hfs; variable in typeref:struct:hfs_mdb
175 hfs = (struct hfs_mdb *) buf;
176 if (memcmp(hfs->signature, "BD", 2) != 0)
179 /* it may be just a hfs wrapper for hfs+ */
180 if (memcmp(hfs->embed_sig, "H+", 2) == 0) {
181 alloc_block_size = be32_to_cpu(hfs->al_blk_size);
184 alloc_first_block = be16_to_cpu(hfs->al_bl_st);
187 embed_first_block = be16_to_cpu(hfs->embed_startblock);
192 dbg("hfs wrappe
[all...]
H A DMakefile23 hfs.o \
/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+
87 obj-$(CONFIG_HFS_FS) += hfs/

Completed in 98 milliseconds