Searched defs:brec (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | bfind.c | 38 void hfs_brec_relse(struct hfs_brec *brec, struct hfs_belem *elem) in hfs_brec_relse() 126 int hfs_bfind(struct hfs_brec *brec, struct hfs_btree *tree, in hfs_bfind() 268 int hfs_bsucc(struct hfs_brec *brec, int count) in hfs_bsucc()
|
D | brec.c | 91 struct hfs_belem *hfs_brec_next(struct hfs_brec *brec) 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()
|
D | catalog.c | 117 static inline hfs_u32 brec_to_id(struct hfs_brec *brec) in brec_to_id() 349 struct hfs_brec *brec) in count_dir_entries() 375 struct hfs_brec *brec) in read_entry() 443 struct hfs_brec brec; in write_entry() local 530 struct hfs_brec brec; in get_new_entry() local 1056 int hfs_cat_open(struct hfs_cat_entry *dir, struct hfs_brec *brec) in hfs_cat_open() 1090 int hfs_cat_next(struct hfs_cat_entry *dir, struct hfs_brec *brec, in hfs_cat_next() 1126 void hfs_cat_close(struct hfs_cat_entry *dir, struct hfs_brec *brec) in hfs_cat_close() 1146 struct hfs_brec brec; in hfs_cat_parent() local 1365 struct hfs_brec brec; in hfs_cat_move() local [all …]
|
D | bdelete.c | 43 static void bdelete_nonempty(struct hfs_brec *brec, struct hfs_belem *belem) in bdelete_nonempty() 295 static int bdelete(struct hfs_brec *brec) in bdelete() 452 struct hfs_brec brec; in hfs_bdelete() local
|
D | bins_del.c | 47 void hfs_bnode_update_key(struct hfs_brec *brec, struct hfs_belem *belem, in hfs_bnode_update_key() 220 int hfs_bnode_in_brec(hfs_u32 node, const struct hfs_brec *brec) in hfs_bnode_in_brec()
|
D | binsert.c | 60 static void binsert_nonfull(struct hfs_brec *brec, struct hfs_belem *belem, in binsert_nonfull() 371 static int binsert(struct hfs_brec *brec, const struct hfs_bkey *key, in binsert() 472 struct hfs_brec brec; in hfs_binsert() local
|
D | dir_cap.c | 183 struct hfs_brec brec; in cap_readdir() local
|
D | extent.c | 206 struct hfs_brec brec; in find_ext() local 427 struct hfs_brec brec; in update_ext() local
|
D | dir_nat.c | 184 struct hfs_brec brec; in nat_readdir() local
|
D | hfs_btree.h | 247 extern inline void *brec_key(const struct hfs_brec *brec) in brec_key() 257 extern inline void *brec_record(const struct hfs_brec *brec) in brec_record()
|
D | dir_dbl.c | 178 struct hfs_brec brec; in dbl_readdir() local
|