Lines Matching refs:off
349 unsigned off; in hfs_bmap_alloc() local
380 off = off16; in hfs_bmap_alloc()
382 off += node->page_offset; in hfs_bmap_alloc()
383 pagep = node->page + (off >> PAGE_CACHE_SHIFT); in hfs_bmap_alloc()
385 off &= ~PAGE_CACHE_MASK; in hfs_bmap_alloc()
390 byte = data[off]; in hfs_bmap_alloc()
395 data[off] |= m; in hfs_bmap_alloc()
406 if (++off >= PAGE_CACHE_SIZE) { in hfs_bmap_alloc()
409 off = 0; in hfs_bmap_alloc()
427 off = off16; in hfs_bmap_alloc()
428 off += node->page_offset; in hfs_bmap_alloc()
429 pagep = node->page + (off >> PAGE_CACHE_SHIFT); in hfs_bmap_alloc()
431 off &= ~PAGE_CACHE_MASK; in hfs_bmap_alloc()
439 u16 off, len; in hfs_bmap_free() local
450 len = hfs_brec_lenoff(node, 2, &off); in hfs_bmap_free()
475 len = hfs_brec_lenoff(node, 0, &off); in hfs_bmap_free()
477 off += node->page_offset + nidx / 8; in hfs_bmap_free()
478 page = node->page[off >> PAGE_CACHE_SHIFT]; in hfs_bmap_free()
480 off &= ~PAGE_CACHE_MASK; in hfs_bmap_free()
482 byte = data[off]; in hfs_bmap_free()
491 data[off] = byte & ~m; in hfs_bmap_free()