Searched refs:tlast (Results 1 – 1 of 1) sorted by relevance
317 pgoff_t tindex, tlast, tloff; in xfs_probe_unmapped_cluster() local332 tlast = i_size_read(inode) >> PAGE_CACHE_SHIFT; in xfs_probe_unmapped_cluster()334 tloff = min(tlast, startpage->index + 64); in xfs_probe_unmapped_cluster()342 if (tindex == tlast && in xfs_probe_unmapped_cluster()455 pgoff_t tindex, tloff, tlast; in xfs_map_unwritten() local460 tlast = i_size_read(inode) >> PAGE_CACHE_SHIFT; in xfs_map_unwritten()462 tloff = min(tlast, tloff); in xfs_map_unwritten()480 if (tindex == tlast && in xfs_map_unwritten()634 pgoff_t tlast) in xfs_cluster_write() argument638 for (; tindex <= tlast; tindex++) { in xfs_cluster_write()[all …]