Searched refs:hfs_brec_lenoff (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/fs/hfs/ |
D | bfind.c | 53 len = hfs_brec_lenoff(bnode, rec, &off); in __hfs_brec_find() 72 len = hfs_brec_lenoff(bnode, e, &off); in __hfs_brec_find() 208 len = hfs_brec_lenoff(bnode, fd->record, &off); in hfs_brec_goto()
|
D | btree.c | 256 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc() 302 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc() 325 len = hfs_brec_lenoff(node, 2, &off); in hfs_bmap_free() 346 len = hfs_brec_lenoff(node, 0, &off); in hfs_bmap_free()
|
D | btree.h | 110 extern u16 hfs_brec_lenoff(struct hfs_bnode *, u16, u16 *);
|
D | brec.c | 18 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() function
|
/linux-3.4.99/fs/hfsplus/ |
D | bfind.c | 55 len = hfs_brec_lenoff(bnode, rec, &off); in __hfs_brec_find() 74 len = hfs_brec_lenoff(bnode, e, &off); in __hfs_brec_find() 210 len = hfs_brec_lenoff(bnode, fd->record, &off); in hfs_brec_goto()
|
D | btree.c | 259 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc() 306 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc() 330 len = hfs_brec_lenoff(node, 2, &off); in hfs_bmap_free() 355 len = hfs_brec_lenoff(node, 0, &off); in hfs_bmap_free()
|
D | hfsplus_fs.h | 296 #define hfs_brec_lenoff hfsplus_brec_lenoff macro 361 u16 hfs_brec_lenoff(struct hfs_bnode *, u16, u16 *);
|
D | brec.c | 19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() function
|