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()182 HFS_I(inode)->cached_start = be16_to_cpu(fd->key->ext.FABN); in __hfs_ext_cache_extent()185 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in __hfs_ext_cache_extent()196 if (block >= HFS_I(inode)->cached_start && in hfs_ext_read_extent()197 block < HFS_I(inode)->cached_start + HFS_I(inode)->cached_blocks) in hfs_ext_read_extent()369 ablock - HFS_I(inode)->cached_start); in hfs_get_block()437 HFS_I(inode)->cached_start, in hfs_extend_file()469 HFS_I(inode)->cached_start = HFS_I(inode)->alloc_blocks; in hfs_extend_file()529 start = HFS_I(inode)->cached_start; in hfs_file_truncate()538 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in hfs_file_truncate()
83 u16 cached_start, cached_blocks; member
229 HFS_I(inode)->cached_start = 0; in hfs_new_inode()
95 hfsplus_ext_build_key(fd->search_key, inode->i_ino, hip->cached_start, in __hfsplus_ext_write_extent()196 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()200 hip->cached_start = hip->cached_blocks = 0; in __hfsplus_ext_cache_extent()212 if (block >= hip->cached_start && in hfsplus_ext_read_extent()213 block < hip->cached_start + hip->cached_blocks) in hfsplus_ext_read_extent()274 ablock - hip->cached_start); in hfsplus_get_block()506 hip->alloc_blocks - hip->cached_start, in hfsplus_file_extend()536 hip->cached_start = hip->alloc_blocks; in hfsplus_file_extend()602 start = hip->cached_start; in hfsplus_file_truncate()615 hip->cached_start = hip->cached_blocks = 0; in hfsplus_file_truncate()
408 hip->cached_start = 0; in hfsplus_new_inode()474 hip->cached_start = 0; in hfsplus_inode_read_fork()
217 u32 cached_start; member
Completed in 11 milliseconds