Lines Matching refs:cached_extents
103 hfs_brec_insert(fd, hip->cached_extents, in __hfsplus_ext_write_extent()
109 hfs_bnode_write(fd->bnode, hip->cached_extents, in __hfsplus_ext_write_extent()
187 res = __hfsplus_ext_read_extent(fd, hip->cached_extents, inode->i_ino, in __hfsplus_ext_cache_extent()
194 hfsplus_ext_block_count(hip->cached_extents); in __hfsplus_ext_cache_extent()
267 dblock = hfsplus_ext_find_block(hip->cached_extents, in hfsplus_get_block()
458 goal = hfsplus_ext_lastblock(hip->cached_extents); in hfsplus_file_extend()
499 res = hfsplus_add_extent(hip->cached_extents, in hfsplus_file_extend()
503 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_extend()
525 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_file_extend()
526 hip->cached_extents[0].start_block = cpu_to_be32(start); in hfsplus_file_extend()
527 hip->cached_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()
528 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_extend()
599 hfsplus_free_extents(sb, hip->cached_extents, in hfsplus_file_truncate()
601 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_truncate()