Home
last modified time | relevance | path

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

/fs/hfsplus/
Dextents.c192 hip->cached_blocks = in __hfsplus_ext_cache_extent()
195 hip->cached_start = hip->cached_blocks = 0; in __hfsplus_ext_cache_extent()
208 block < hip->cached_start + hip->cached_blocks) in hfsplus_ext_read_extent()
496 hip->cached_blocks += len; in hfsplus_file_extend()
520 hip->cached_blocks = len; in hfsplus_file_extend()
590 hip->cached_start = hip->cached_blocks = 0; in hfsplus_file_truncate()
Dinode.c430 hip->cached_blocks = 0; in hfsplus_new_inode()
495 hip->cached_blocks = 0; in hfsplus_inode_read_fork()
Dhfsplus_fs.h208 u32 cached_blocks; member
/fs/hfs/
Dextent.c179 HFS_I(inode)->cached_blocks = hfs_ext_block_count(HFS_I(inode)->cached_extents); in __hfs_ext_cache_extent()
181 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in __hfs_ext_cache_extent()
193 block < HFS_I(inode)->cached_start + HFS_I(inode)->cached_blocks) in hfs_ext_read_extent()
436 HFS_I(inode)->cached_blocks += len; in hfs_extend_file()
464 HFS_I(inode)->cached_blocks = len; in hfs_extend_file()
532 HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0; in hfs_file_truncate()
Dhfs_fs.h82 u16 cached_start, cached_blocks; member
Dinode.c225 HFS_I(inode)->cached_blocks = 0; in hfs_new_inode()