Home
last modified time | relevance | path

Searched refs:cached_blocks (Results 1 – 7 of 7) sorted by relevance

/linux/fs/hfs/
H A Dextent.c183 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()
443 HFS_I(inode)->cached_blocks += len; in hfs_extend_file()
471 HFS_I(inode)->cached_blocks = len; in hfs_extend_file()
539 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in hfs_file_truncate()
H A Dhfs_fs.h51 u16 cached_start, cached_blocks; member
H A Dinode.c252 HFS_I(inode)->cached_blocks = 0; in hfs_new_inode()
309 HFS_I(inode)->cached_blocks = 0; in hfs_inode_read_fork()
/linux/fs/hfsplus/
H A Dextents.c197 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()
508 hip->cached_blocks += len; in hfsplus_file_extend()
534 hip->cached_blocks = len; in hfsplus_file_extend()
614 hip->cached_start = hip->cached_blocks = 0; in hfsplus_file_truncate()
H A Dinode.c454 hip->cached_blocks = 0; in hfsplus_new_inode()
525 hip->cached_blocks = 0; in hfsplus_inode_read_fork()
H A Dhfsplus_fs.h189 u32 cached_blocks; member
H A Dsuper.c82 HFSPLUS_I(inode)->cached_blocks = 0; in hfsplus_iget()