Searched refs:cluster_end (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | aops.c | 506 BUG_ON(cluster_end > PAGE_SIZE); in ocfs2_figure_cluster_boundaries() 511 *end = cluster_end; in ocfs2_figure_cluster_boundaries() 527 unsigned int cluster_start, cluster_end; in ocfs2_clear_folio_regions() local 536 if (to < cluster_end) in ocfs2_clear_folio_regions() 537 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_folio_regions() 927 unsigned int cluster_start, cluster_end; in ocfs2_prepare_folio_for_write() local 931 &cluster_start, &cluster_end); in ocfs2_prepare_folio_for_write() 945 cluster_start, cluster_end, new); in ocfs2_prepare_folio_for_write() 958 map_to = cluster_end; in ocfs2_prepare_folio_for_write() 969 map_to = cluster_end; in ocfs2_prepare_folio_for_write() [all …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | defrag.c | 1423 u64 cluster_end; in btrfs_defrag_file() local 1431 cluster_end = (((cur >> PAGE_SHIFT) + in btrfs_defrag_file() 1433 cluster_end = min(cluster_end, last_byte); in btrfs_defrag_file() 1450 cluster_end + 1 - cur, extent_thresh, in btrfs_defrag_file() 1460 cur = max(cluster_end + 1, last_scanned); in btrfs_defrag_file()
|
| /linux-6.15/fs/f2fs/ |
| H A D | compress.c | 897 int cluster_end = 0; in f2fs_sanity_check_cluster() local 921 if (!cluster_end) in f2fs_sanity_check_cluster() 922 cluster_end = i; in f2fs_sanity_check_cluster() 926 if (cluster_end) { in f2fs_sanity_check_cluster()
|