Searched refs:cached_blocks (Results 1 – 6 of 6) sorted by relevance
183 HFS_I(inode)->cached_blocks = hfs_ext_block_count(HFS_I(inode)->cached_extents); in __hfs_ext_cache_extent()185 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in __hfs_ext_cache_extent()197 block < HFS_I(inode)->cached_start + HFS_I(inode)->cached_blocks) in hfs_ext_read_extent()442 HFS_I(inode)->cached_blocks += len; in hfs_extend_file()470 HFS_I(inode)->cached_blocks = len; in hfs_extend_file()538 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in hfs_file_truncate()
83 u16 cached_start, cached_blocks; member
230 HFS_I(inode)->cached_blocks = 0; in hfs_new_inode()
197 hip->cached_blocks = in __hfsplus_ext_cache_extent()200 hip->cached_start = hip->cached_blocks = 0; in __hfsplus_ext_cache_extent()213 block < hip->cached_start + hip->cached_blocks) in hfsplus_ext_read_extent()511 hip->cached_blocks += len; in hfsplus_file_extend()537 hip->cached_blocks = len; in hfsplus_file_extend()615 hip->cached_start = hip->cached_blocks = 0; in hfsplus_file_truncate()
409 hip->cached_blocks = 0; in hfsplus_new_inode()475 hip->cached_blocks = 0; in hfsplus_inode_read_fork()
218 u32 cached_blocks; member
Completed in 15 milliseconds