Home
last modified time | relevance | path

Searched refs:hfs_btree (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dhfs_btree.h142 struct hfs_btree *tree; /* The tree to which this node
181 struct hfs_btree { struct
263 extern int hfs_bnode_bitop(struct hfs_btree *, hfs_u32, int);
264 extern struct hfs_bnode_ref hfs_bnode_alloc(struct hfs_btree *);
266 extern void hfs_btree_extend(struct hfs_btree *);
276 extern void hfs_bnode_read(struct hfs_bnode *, struct hfs_btree *,
279 extern struct hfs_bnode_ref hfs_bnode_find(struct hfs_btree *, hfs_u32, int);
286 extern struct hfs_belem *hfs_brec_init(struct hfs_brec *, struct hfs_btree *,
Dhfs.h232 struct hfs_btree * ext_tree; /* Information about
234 struct hfs_btree * cat_tree; /* Information about
418 struct hfs_btree *tree;
429 extern int hfs_bdelete(struct hfs_btree *, const struct hfs_bkey *);
434 extern int hfs_bfind(struct hfs_brec *, struct hfs_btree *,
438 extern int hfs_binsert(struct hfs_btree *, const struct hfs_bkey *,
452 extern struct hfs_btree *hfs_btree_init(struct hfs_mdb *, ino_t,
454 extern void hfs_btree_free(struct hfs_btree *);
455 extern void hfs_btree_commit(struct hfs_btree *, hfs_byte_t *, hfs_lword_t);
Dballoc.c34 static hfs_buffer get_new_node(struct hfs_btree *tree, hfs_u32 node) in get_new_node()
70 static struct hfs_bnode_ref hfs_bnode_init(struct hfs_btree * tree, in hfs_bnode_init()
214 int hfs_bnode_bitop(struct hfs_btree *tree, hfs_u32 bitnr, int set) in hfs_bnode_bitop()
285 struct hfs_bnode_ref hfs_bnode_alloc(struct hfs_btree *tree) in hfs_bnode_alloc()
362 void hfs_btree_extend(struct hfs_btree *tree) in hfs_btree_extend()
429 struct hfs_btree *tree = bnr->bn->tree; in hfs_bnode_free()
Dbrec.c36 static inline int overflow(const struct hfs_btree *tree, in overflow()
51 static inline int underflow(const struct hfs_btree *tree, in underflow()
200 struct hfs_belem *hfs_brec_init(struct hfs_brec *brec, struct hfs_btree *tree, in hfs_brec_init()
Dbinsert.c21 static inline void hfs_btree_lock(struct hfs_btree *tree) in hfs_btree_lock()
28 static inline void hfs_btree_unlock(struct hfs_btree *tree) in hfs_btree_unlock()
114 static void add_root(struct hfs_btree *tree, in add_root()
205 static struct hfs_bnode_ref insert_empty_bnode(struct hfs_btree *tree, in insert_empty_bnode()
376 struct hfs_btree *tree = brec->tree; in binsert()
469 int hfs_binsert(struct hfs_btree *tree, const struct hfs_bkey *key, in hfs_binsert()
Dbtree.c96 void hfs_btree_free(struct hfs_btree *bt) in hfs_btree_free()
156 struct hfs_btree * hfs_btree_init(struct hfs_mdb *mdb, ino_t cnid, in hfs_btree_init()
160 struct hfs_btree * bt; in hfs_btree_init()
291 void hfs_btree_commit(struct hfs_btree *bt, hfs_byte_t ext[12], hfs_lword_t size) in hfs_btree_commit()
DChangeLog362 * hfs_btree.h, binsert.c, brec.c, bfind.c, bins_del.c, bdelete.c:
432 hfs_sysdep.h, hfs_fs.h, hfs.h, hfs_btree.h, file_cap.c, file_hdr.c,
500 hfs_sysdep.h, hfs_fs.h, hfs_fs_sb.h, hfs_btree.h, hfs.h, file_cap.c,
507 hfs_fs_sb.h, hfs_sysdep.h, hfs_btree.h, hfs.h, file_cap.c,
866 * mdb.c, sysdep.c, hfs.h, hfs_btree.h, hfs_sysdep.h, btree.c, extent.c,
878 * super.c, hfs_btree.h, hfs_fs.h, mdb.c, extent.c, hfs.h, catalog.c:
901 * super.c, inode.c, mdb.c, hfs_btree.h, hfs_fs.h, hfs_sysdep.h,
1061 * btree.c, hfs_btree.h, balloc.c, bnode.c:
1062 Add a 'sys_mdb' field to (struct hfs_btree).
1071 * hfs_sysdep.h, mdb.c, super.c, file.c, hfs.h, hfs_btree.h, catalog.c,
[all …]
Dbdelete.c92 struct hfs_btree *tree = root->bn->tree; in del_root()
297 struct hfs_btree *tree = brec->tree; in bdelete()
448 int hfs_bdelete(struct hfs_btree *tree, const struct hfs_bkey *key) in hfs_bdelete()
Dbnode.c113 void hfs_bnode_read(struct hfs_bnode *bnode, struct hfs_btree *tree, in hfs_bnode_read()
432 struct hfs_bnode_ref hfs_bnode_find(struct hfs_btree *tree, in hfs_bnode_find()
Dbfind.c126 int hfs_bfind(struct hfs_brec *brec, struct hfs_btree *tree, in hfs_bfind()
Dextent.c204 struct hfs_btree *tr= entry->mdb->ext_tree; in find_ext()