Searched refs:hfsplus_block_free (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dbitmap.c149 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count) function
H A Dextents.c288 hfsplus_block_free(sb, start, count);
294 hfsplus_block_free(sb, start + count, block_nr);
H A Dhfsplus_fs.h259 int hfsplus_block_free(struct super_block *, u32, u32);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbitmap.c149 int hfsplus_block_free(hfsplus_handle_t *hfsplus_handle, struct super_block *sb, u32 offset, u32 count) function
H A Dextents.c318 hfsplus_block_free(hfsplus_handle, sb, start, count);
324 hfsplus_block_free(hfsplus_handle, sb, start + count, block_nr);
H A Dhfsplus_fs.h307 int hfsplus_block_free(hfsplus_handle_t *, struct super_block *, u32, u32);

Completed in 51 milliseconds