Searched refs:hfs_mdb (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | hfs.h | 220 struct hfs_mdb { struct 365 struct hfs_mdb *mdb; 442 extern hfs_u16 hfs_vbm_count_free(const struct hfs_mdb *, hfs_u16); 443 extern hfs_u16 hfs_vbm_search_free(const struct hfs_mdb *, hfs_u16 *); 444 extern int hfs_set_vbm_bits(struct hfs_mdb *, hfs_u16, hfs_u16); 445 extern int hfs_clear_vbm_bits(struct hfs_mdb *, hfs_u16, hfs_u16); 452 extern struct hfs_btree *hfs_btree_init(struct hfs_mdb *, ino_t, 461 extern struct hfs_cat_entry *hfs_cat_get(struct hfs_mdb *, 464 extern void hfs_cat_invalidate(struct hfs_mdb *); 465 extern void hfs_cat_commit(struct hfs_mdb *); [all …]
|
D | bitmap.c | 43 hfs_u16 hfs_vbm_count_free(const struct hfs_mdb *mdb, hfs_u16 start) in hfs_vbm_count_free() 111 hfs_u16 hfs_vbm_search_free(const struct hfs_mdb *mdb, hfs_u16 *num_bits) in hfs_vbm_search_free() 206 int hfs_set_vbm_bits(struct hfs_mdb *mdb, hfs_u16 start, hfs_u16 count) in hfs_set_vbm_bits() 322 int hfs_clear_vbm_bits(struct hfs_mdb *mdb, hfs_u16 start, hfs_u16 count) in hfs_clear_vbm_bits()
|
D | catalog.c | 130 static inline unsigned int hashfn(const struct hfs_mdb *mdb, in hashfn() 147 static inline struct list_head *hash(struct hfs_mdb *mdb, in hash() 206 struct hfs_mdb *mdb = entry->mdb; in hfs_cat_mark_dirty() 480 static struct hfs_cat_entry *find_entry(struct hfs_mdb *mdb, in find_entry() 507 static struct hfs_cat_entry *get_new_entry(struct hfs_mdb *mdb, in get_new_entry() 584 static struct hfs_cat_entry *get_entry(struct hfs_mdb *mdb, in get_entry() 610 static inline hfs_u32 new_cnid(struct hfs_mdb *mdb) in new_cnid() 621 static void update_dir(struct hfs_mdb *mdb, struct hfs_cat_entry *dir, in update_dir() 699 struct hfs_mdb *mdb = parent->mdb; in create_entry() 859 struct hfs_cat_entry *hfs_cat_get(struct hfs_mdb *mdb, in hfs_cat_get() [all …]
|
D | mdb.c | 84 struct hfs_mdb *hfs_mdb_get(hfs_sysmdb sys_mdb, int readonly, in hfs_mdb_get() 87 struct hfs_mdb *mdb; in hfs_mdb_get() 240 void hfs_mdb_commit(struct hfs_mdb *mdb, int backup) in hfs_mdb_commit() 291 void hfs_mdb_put(struct hfs_mdb *mdb, int readonly) { in hfs_mdb_put()
|
D | super.c | 93 struct hfs_mdb *mdb = HFS_SB(sb)->s_mdb; in hfs_write_super() 116 struct hfs_mdb *mdb = HFS_SB(sb)->s_mdb; in hfs_put_super() 141 struct hfs_mdb *mdb = HFS_SB(sb)->s_mdb; in hfs_statfs() 395 struct hfs_mdb *mdb; in hfs_read_super()
|
D | extent.c | 50 static inline void lock_bitmap(struct hfs_mdb *mdb) { in lock_bitmap() 62 static inline void unlock_bitmap(struct hfs_mdb *mdb) { in unlock_bitmap() 309 struct hfs_mdb *mdb = fork->entry->mdb; in delete_extent() 445 static int zero_blocks(struct hfs_mdb *mdb, int start, int num) { in zero_blocks() 471 struct hfs_mdb *mdb = fork->entry->mdb; in shrink_fork() 529 struct hfs_mdb *mdb = entry->mdb; in grow_fork()
|
D | balloc.c | 367 struct hfs_mdb *mdb = entry->mdb; in hfs_btree_extend()
|
D | btree.c | 156 struct hfs_btree * hfs_btree_init(struct hfs_mdb *mdb, ino_t cnid, in hfs_btree_init()
|
D | file_hdr.c | 551 struct hfs_mdb *mdb = entry->mdb; in hdr_read()
|
D | ChangeLog | 491 Maintaing volume create, modify and backup dates in struct hfs_mdb. 1182 of (struct hfs_mdb) to be moved from hfs_fs_sb.h to hfs_fs.h. 1208 Add the MDB field 'drAtrb' to (struct hfs_mdb) as the field 'attrib'. 1214 Remove the unneeded 'hs' field from (struct hfs_mdb).
|
/linux-2.4.37.9/include/linux/ |
D | hfs_fs_sb.h | 28 struct hfs_mdb *s_mdb; /* The HFS MDB */
|
D | hfs_fs.h | 233 extern struct hfs_cat_entry *hfs_cat_get(struct hfs_mdb *,
|