Lines Matching refs:cached_extents
107 hfs_brec_insert(fd, hip->cached_extents, in __hfsplus_ext_write_extent()
113 hfs_bnode_write(fd->bnode, hip->cached_extents, in __hfsplus_ext_write_extent()
191 res = __hfsplus_ext_read_extent(fd, hip->cached_extents, inode->i_ino, in __hfsplus_ext_cache_extent()
198 hfsplus_ext_block_count(hip->cached_extents); in __hfsplus_ext_cache_extent()
273 dblock = hfsplus_ext_find_block(hip->cached_extents, in hfsplus_get_block()
464 goal = hfsplus_ext_lastblock(hip->cached_extents); in hfsplus_file_extend()
505 res = hfsplus_add_extent(hip->cached_extents, in hfsplus_file_extend()
509 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_extend()
531 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_file_extend()
532 hip->cached_extents[0].start_block = cpu_to_be32(start); in hfsplus_file_extend()
533 hip->cached_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()
534 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_extend()
606 hfsplus_free_extents(sb, hip->cached_extents, in hfsplus_file_truncate()
608 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_truncate()