Lines Matching refs:cached_extents
102 hfs_brec_insert(fd, hip->cached_extents, in __hfsplus_ext_write_extent()
108 hfs_bnode_write(fd->bnode, hip->cached_extents, in __hfsplus_ext_write_extent()
186 res = __hfsplus_ext_read_extent(fd, hip->cached_extents, inode->i_ino, in __hfsplus_ext_cache_extent()
193 hfsplus_ext_block_count(hip->cached_extents); in __hfsplus_ext_cache_extent()
266 dblock = hfsplus_ext_find_block(hip->cached_extents, in hfsplus_get_block()
452 goal = hfsplus_ext_lastblock(hip->cached_extents); in hfsplus_file_extend()
493 res = hfsplus_add_extent(hip->cached_extents, in hfsplus_file_extend()
497 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_extend()
519 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_file_extend()
520 hip->cached_extents[0].start_block = cpu_to_be32(start); in hfsplus_file_extend()
521 hip->cached_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()
522 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_extend()
589 hfsplus_free_extents(sb, hip->cached_extents, in hfsplus_file_truncate()
591 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_truncate()