Home
last modified time | relevance | path

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

/fs/hfs/
Dbtree.c252 u16 off16; in hfs_bmap_alloc() local
265 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc()
266 off = off16; in hfs_bmap_alloc()
311 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc()
312 off = off16; in hfs_bmap_alloc()
/fs/hfsplus/
Dbtree.c378 u16 off16; in hfs_bmap_alloc() local
391 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc()
392 off = off16; in hfs_bmap_alloc()
438 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc()
439 off = off16; in hfs_bmap_alloc()