Searched refs:cached_start (Results 1 – 6 of 6) sorted by relevance
114 hfs_ext_build_key(fd->search_key, inode->i_ino, HFS_I(inode)->cached_start, in __hfs_ext_write_extent()170 HFS_I(inode)->cached_start = be16_to_cpu(fd->key->ext.FABN); in __hfs_ext_cache_extent()173 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in __hfs_ext_cache_extent()184 if (block >= HFS_I(inode)->cached_start && in hfs_ext_read_extent()185 block < HFS_I(inode)->cached_start + HFS_I(inode)->cached_blocks) in hfs_ext_read_extent()350 ablock - HFS_I(inode)->cached_start); in hfs_get_block()418 HFS_I(inode)->cached_start, in hfs_extend_file()448 HFS_I(inode)->cached_start = HFS_I(inode)->alloc_blocks; in hfs_extend_file()503 start = HFS_I(inode)->cached_start; in hfs_file_truncate()512 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in hfs_file_truncate()
65 u16 cached_start, cached_blocks; member
215 HFS_I(inode)->cached_start = 0; in hfs_new_inode()
94 hfsplus_ext_build_key(fd->search_key, inode->i_ino, hip->cached_start, in __hfsplus_ext_write_extent()177 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()181 hip->cached_start = hip->cached_blocks = 0; in __hfsplus_ext_cache_extent()193 if (block >= hip->cached_start && in hfsplus_ext_read_extent()194 block < hip->cached_start + hip->cached_blocks) in hfsplus_ext_read_extent()252 ablock - hip->cached_start); in hfsplus_get_block()453 hip->alloc_blocks - hip->cached_start, in hfsplus_file_extend()479 hip->cached_start = hip->alloc_blocks; in hfsplus_file_extend()538 start = hip->cached_start; in hfsplus_file_truncate()547 hip->cached_start = hip->cached_blocks = 0; in hfsplus_file_truncate()
395 hip->cached_start = 0; in hfsplus_new_inode()460 hip->cached_start = 0; in hfsplus_inode_read_fork()
179 u32 cached_start; member