Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c317 pgoff_t tindex, tlast, tloff; in xfs_probe_unmapped_cluster() local
332 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() local
460 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() argument
638 for (; tindex <= tlast; tindex++) { in xfs_cluster_write()
[all …]