cached_start      114 fs/hfs/extent.c 	hfs_ext_build_key(fd->search_key, inode->i_ino, HFS_I(inode)->cached_start,
cached_start      182 fs/hfs/extent.c 		HFS_I(inode)->cached_start = be16_to_cpu(fd->key->ext.FABN);
cached_start      185 fs/hfs/extent.c 		HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0;
cached_start      196 fs/hfs/extent.c 	if (block >= HFS_I(inode)->cached_start &&
cached_start      197 fs/hfs/extent.c 	    block < HFS_I(inode)->cached_start + HFS_I(inode)->cached_blocks)
cached_start      369 fs/hfs/extent.c 					    ablock - HFS_I(inode)->cached_start);
cached_start      437 fs/hfs/extent.c 				     HFS_I(inode)->cached_start,
cached_start      469 fs/hfs/extent.c 	HFS_I(inode)->cached_start = HFS_I(inode)->alloc_blocks;
cached_start      529 fs/hfs/extent.c 		start = HFS_I(inode)->cached_start;
cached_start      538 fs/hfs/extent.c 		HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0;
cached_start       83 fs/hfs/hfs_fs.h 	u16 cached_start, cached_blocks;
cached_start      226 fs/hfs/inode.c 		HFS_I(inode)->cached_start = 0;
cached_start       95 fs/hfsplus/extents.c 	hfsplus_ext_build_key(fd->search_key, inode->i_ino, hip->cached_start,
cached_start      196 fs/hfsplus/extents.c 		hip->cached_start = be32_to_cpu(fd->key->ext.start_block);
cached_start      200 fs/hfsplus/extents.c 		hip->cached_start = hip->cached_blocks = 0;
cached_start      212 fs/hfsplus/extents.c 	if (block >= hip->cached_start &&
cached_start      213 fs/hfsplus/extents.c 	    block < hip->cached_start + hip->cached_blocks)
cached_start      274 fs/hfsplus/extents.c 					ablock - hip->cached_start);
cached_start      506 fs/hfsplus/extents.c 					 hip->alloc_blocks - hip->cached_start,
cached_start      536 fs/hfsplus/extents.c 	hip->cached_start = hip->alloc_blocks;
cached_start      604 fs/hfsplus/extents.c 		start = hip->cached_start;
cached_start      613 fs/hfsplus/extents.c 		hip->cached_start = hip->cached_blocks = 0;
cached_start      217 fs/hfsplus/hfsplus_fs.h 	u32 cached_start;
cached_start      396 fs/hfsplus/inode.c 	hip->cached_start = 0;
cached_start      462 fs/hfsplus/inode.c 	hip->cached_start = 0;