hfsplus_fs.h (ade63aada79c61bcd5f51cbd310f237399892268) | hfsplus_fs.h (c11e614d712c4f3e89f31a0119111c01163f1508) |
---|---|
1/* 2 * linux/include/linux/hfsplus_fs.h 3 * 4 * Copyright (C) 1999 5 * Brad Boyer (flar@pants.nu) 6 * (C) 2003 Ardis Technologies <roman@ardistech.com> 7 * 8 */ --- 353 unchanged lines hidden (view full) --- 362 struct hfs_find_data *, 363 int *, int *, int *); 364 365/* 366 * Functions in any *.c used in other files 367 */ 368 369/* attributes.c */ | 1/* 2 * linux/include/linux/hfsplus_fs.h 3 * 4 * Copyright (C) 1999 5 * Brad Boyer (flar@pants.nu) 6 * (C) 2003 Ardis Technologies <roman@ardistech.com> 7 * 8 */ --- 353 unchanged lines hidden (view full) --- 362 struct hfs_find_data *, 363 int *, int *, int *); 364 365/* 366 * Functions in any *.c used in other files 367 */ 368 369/* attributes.c */ |
370int hfsplus_create_attr_tree_cache(void); | 370int __init hfsplus_create_attr_tree_cache(void); |
371void hfsplus_destroy_attr_tree_cache(void); 372hfsplus_attr_entry *hfsplus_alloc_attr_entry(void); 373void hfsplus_destroy_attr_entry(hfsplus_attr_entry *entry_p); 374int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *, 375 const hfsplus_btree_key *); 376int hfsplus_attr_build_key(struct super_block *, hfsplus_btree_key *, 377 u32, const char *); 378void hfsplus_attr_build_key_uni(hfsplus_btree_key *key, --- 151 unchanged lines hidden --- | 371void hfsplus_destroy_attr_tree_cache(void); 372hfsplus_attr_entry *hfsplus_alloc_attr_entry(void); 373void hfsplus_destroy_attr_entry(hfsplus_attr_entry *entry_p); 374int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *, 375 const hfsplus_btree_key *); 376int hfsplus_attr_build_key(struct super_block *, hfsplus_btree_key *, 377 u32, const char *); 378void hfsplus_attr_build_key_uni(hfsplus_btree_key *key, --- 151 unchanged lines hidden --- |