Home
last modified time | relevance | path

Searched refs:hfs_mdb (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dhfs.h220 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 …]
Dbitmap.c43 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()
Dcatalog.c130 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 …]
Dmdb.c84 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()
Dsuper.c93 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()
Dextent.c50 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()
Dballoc.c367 struct hfs_mdb *mdb = entry->mdb; in hfs_btree_extend()
Dbtree.c156 struct hfs_btree * hfs_btree_init(struct hfs_mdb *mdb, ino_t cnid, in hfs_btree_init()
Dfile_hdr.c551 struct hfs_mdb *mdb = entry->mdb; in hdr_read()
DChangeLog491 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/
Dhfs_fs_sb.h28 struct hfs_mdb *s_mdb; /* The HFS MDB */
Dhfs_fs.h233 extern struct hfs_cat_entry *hfs_cat_get(struct hfs_mdb *,