Searched defs:mdb (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
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 | super.c | 93 struct hfs_mdb *mdb = HFS_SB(sb)->s_mdb; in hfs_write_super() local 116 struct hfs_mdb *mdb = HFS_SB(sb)->s_mdb; in hfs_put_super() local 141 struct hfs_mdb *mdb = HFS_SB(sb)->s_mdb; in hfs_statfs() local 395 struct hfs_mdb *mdb; in hfs_read_super() local
|
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() local 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() local 859 struct hfs_cat_entry *hfs_cat_get(struct hfs_mdb *mdb, in hfs_cat_get() [all …]
|
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() local 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() local 529 struct hfs_mdb *mdb = entry->mdb; in grow_fork() local
|
D | mdb.c | 87 struct hfs_mdb *mdb; in hfs_mdb_get() local 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 | btree.c | 156 struct hfs_btree * hfs_btree_init(struct hfs_mdb *mdb, ino_t cnid, in hfs_btree_init()
|
D | balloc.c | 367 struct hfs_mdb *mdb = entry->mdb; in hfs_btree_extend() local
|
D | file_hdr.c | 551 struct hfs_mdb *mdb = entry->mdb; in hdr_read() local
|
D | hfs.h | 365 struct hfs_mdb *mdb; member
|
/linux-2.4.37.9/drivers/s390/char/ |
D | hwc.h | 136 mdb_t mdb; member
|