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