Home
last modified time | relevance | path

Searched refs:hfs_belem (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dbrec.c25 static inline int first(const struct hfs_belem *elem) in first()
91 struct hfs_belem *hfs_brec_next(struct hfs_brec *brec) in hfs_brec_next()
93 struct hfs_belem *elem = brec->bottom; in hfs_brec_next()
155 void hfs_brec_lock(struct hfs_brec *brec, struct hfs_belem *elem) in hfs_brec_lock()
200 struct hfs_belem *hfs_brec_init(struct hfs_brec *brec, struct hfs_btree *tree, in hfs_brec_init()
203 struct hfs_belem *head = &brec->elem[0]; in hfs_brec_init()
204 struct hfs_belem *root = &brec->elem[1]; in hfs_brec_init()
Dhfs_btree.h245 extern inline void *belem_key(const struct hfs_belem *elem) in belem_key()
255 extern inline void *belem_record(const struct hfs_belem *elem) in belem_record()
269 extern void hfs_bnode_update_key(struct hfs_brec *, struct hfs_belem *,
285 extern void hfs_brec_lock(struct hfs_brec *, struct hfs_belem *);
286 extern struct hfs_belem *hfs_brec_init(struct hfs_brec *, struct hfs_btree *,
288 extern struct hfs_belem *hfs_brec_next(struct hfs_brec *);
Dbins_del.c47 void hfs_bnode_update_key(struct hfs_brec *brec, struct hfs_belem *belem, in hfs_bnode_update_key()
53 struct hfs_belem *limit; in hfs_bnode_update_key()
222 const struct hfs_belem *belem = brec->bottom; in hfs_bnode_in_brec()
Dhfs.h405 struct hfs_belem { struct
419 struct hfs_belem *top; argument
420 struct hfs_belem *bottom;
421 struct hfs_belem elem[9];
432 extern void hfs_brec_relse(struct hfs_brec *, struct hfs_belem *);
Dbfind.c38 void hfs_brec_relse(struct hfs_brec *brec, struct hfs_belem *elem) in hfs_brec_relse()
129 struct hfs_belem *curr; in hfs_bfind()
270 struct hfs_belem *belem; in hfs_bsucc()
Dbdelete.c43 static void bdelete_nonempty(struct hfs_brec *brec, struct hfs_belem *belem) in bdelete_nonempty()
298 struct hfs_belem *belem = brec->bottom; in bdelete()
299 struct hfs_belem *parent = (belem-1); in bdelete()
450 struct hfs_belem *belem; in hfs_bdelete()
Dbinsert.c60 static void binsert_nonfull(struct hfs_brec *brec, struct hfs_belem *belem, in binsert_nonfull()
274 static inline struct hfs_bnode_ref split(struct hfs_belem *elem, int size) in split()
377 struct hfs_belem *belem = brec->bottom; in binsert()
473 struct hfs_belem *belem; in hfs_binsert()