Home
last modified time | relevance | path

Searched refs:off16 (Results 1 – 2 of 2) sorted by relevance

/fs/hfsplus/
Dbtree.c379 u16 off16; in hfs_bmap_alloc() local
392 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc()
393 off = off16; in hfs_bmap_alloc()
439 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc()
440 off = off16; in hfs_bmap_alloc()
/fs/hfs/
Dbtree.c253 u16 off16; in hfs_bmap_alloc() local
266 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc()
267 off = off16; in hfs_bmap_alloc()
312 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc()
313 off = off16; in hfs_bmap_alloc()