• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/

Lines Matching defs:hfs_bnode

83 	struct hfs_bnode *node_hash[NODE_HASH_SIZE];
90 struct hfs_bnode {
102 struct hfs_bnode *next_hash;
242 struct hfs_bnode *bnode;
313 struct hfs_bnode *hfs_bmap_alloc(hfsplus_handle_t *, struct hfs_btree *);
314 void hfs_bmap_free(hfsplus_handle_t *, struct hfs_bnode *);
317 void hfs_bnode_read(struct hfs_bnode *, void *, int, int);
318 u16 hfs_bnode_read_u16(struct hfs_bnode *, int);
319 u8 hfs_bnode_read_u8(struct hfs_bnode *, int);
320 void hfs_bnode_read_key(struct hfs_bnode *, void *, int);
321 void hfs_bnode_write(hfsplus_handle_t *, struct hfs_bnode *, void *, int, int);
322 void hfs_bnode_write_u16(hfsplus_handle_t *, struct hfs_bnode *, int, u16);
323 void hfs_bnode_clear(hfsplus_handle_t *, struct hfs_bnode *, int, int);
324 void hfs_bnode_copy(hfsplus_handle_t *, struct hfs_bnode *, int,
325 struct hfs_bnode *, int, int);
326 void hfs_bnode_move(hfsplus_handle_t *, struct hfs_bnode *, int, int, int);
327 void hfs_bnode_dump(struct hfs_bnode *);
328 void hfs_bnode_unlink(hfsplus_handle_t *, struct hfs_bnode *);
329 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *, u32);
330 struct hfs_bnode *hfs_bnode_find(hfsplus_handle_t *, struct hfs_btree *, u32);
331 void hfs_bnode_unhash(struct hfs_bnode *);
332 void hfs_bnode_free(struct hfs_bnode *);
333 struct hfs_bnode *hfs_bnode_create(hfsplus_handle_t *, struct hfs_btree *, u32);
334 void hfs_bnode_get(struct hfs_bnode *);
335 void hfs_bnode_put(hfsplus_handle_t *, struct hfs_bnode *);
338 u16 hfs_brec_lenoff(struct hfs_bnode *, u16, u16 *);
339 u16 hfs_brec_keylen(struct hfs_bnode *, u16);
348 int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);