Searched refs:cached_start (Results 1 – 6 of 6) sorted by relevance
94 hfsplus_ext_build_key(fd->search_key, inode->i_ino, hip->cached_start, in __hfsplus_ext_write_extent()191 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()195 hip->cached_start = hip->cached_blocks = 0; in __hfsplus_ext_cache_extent()207 if (block >= hip->cached_start && in hfsplus_ext_read_extent()208 block < hip->cached_start + hip->cached_blocks) in hfsplus_ext_read_extent()269 ablock - hip->cached_start); in hfsplus_get_block()491 hip->alloc_blocks - hip->cached_start, in hfsplus_file_extend()519 hip->cached_start = hip->alloc_blocks; in hfsplus_file_extend()581 start = hip->cached_start; in hfsplus_file_truncate()590 hip->cached_start = hip->cached_blocks = 0; in hfsplus_file_truncate()
429 hip->cached_start = 0; in hfsplus_new_inode()494 hip->cached_start = 0; in hfsplus_inode_read_fork()
207 u32 cached_start; member
114 hfs_ext_build_key(fd->search_key, inode->i_ino, HFS_I(inode)->cached_start, in __hfs_ext_write_extent()178 HFS_I(inode)->cached_start = be16_to_cpu(fd->key->ext.FABN); in __hfs_ext_cache_extent()181 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in __hfs_ext_cache_extent()192 if (block >= HFS_I(inode)->cached_start && in hfs_ext_read_extent()193 block < HFS_I(inode)->cached_start + HFS_I(inode)->cached_blocks) in hfs_ext_read_extent()363 ablock - HFS_I(inode)->cached_start); in hfs_get_block()431 HFS_I(inode)->cached_start, in hfs_extend_file()463 HFS_I(inode)->cached_start = HFS_I(inode)->alloc_blocks; in hfs_extend_file()523 start = HFS_I(inode)->cached_start; in hfs_file_truncate()532 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in hfs_file_truncate()
82 u16 cached_start, cached_blocks; member
224 HFS_I(inode)->cached_start = 0; in hfs_new_inode()