Searched refs:hfs_brec_lenoff (Results 1 – 8 of 8) sorted by relevance
/linux/fs/hfs/ |
H A D | bfind.c | 68 len = hfs_brec_lenoff(bnode, rec, &off); in __hfs_brec_find() 87 len = hfs_brec_lenoff(bnode, e, &off); in __hfs_brec_find() 223 len = hfs_brec_lenoff(bnode, fd->record, &off); in hfs_brec_goto()
|
H A D | btree.c | 269 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc() 315 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc() 338 len = hfs_brec_lenoff(node, 2, &off); in hfs_bmap_free() 362 len = hfs_brec_lenoff(node, 0, &off); in hfs_bmap_free()
|
H A D | btree.h | 119 extern u16 hfs_brec_lenoff(struct hfs_bnode *, u16, u16 *);
|
H A D | brec.c | 19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() function
|
/linux/fs/hfsplus/ |
H A D | bfind.c | 117 len = hfs_brec_lenoff(bnode, rec, &off); in __hfs_brec_find() 131 len = hfs_brec_lenoff(bnode, e, &off); in __hfs_brec_find() 269 len = hfs_brec_lenoff(bnode, fd->record, &off); in hfs_brec_goto()
|
H A D | btree.c | 393 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc() 440 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc() 464 len = hfs_brec_lenoff(node, 2, &off); in hfs_bmap_free() 490 len = hfs_brec_lenoff(node, 0, &off); in hfs_bmap_free()
|
H A D | hfsplus_fs.h | 338 #define hfs_brec_lenoff hfsplus_brec_lenoff macro 418 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off);
|
H A D | brec.c | 20 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() function
|