Searched refs:cluster_end (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | aops.c | 492 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE; in ocfs2_figure_cluster_boundaries() local 502 cluster_end = cluster_start + osb->s_clustersize; in ocfs2_figure_cluster_boundaries() 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 529 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end); in ocfs2_clear_folio_regions() 536 if (to < cluster_end) in ocfs2_clear_folio_regions() 537 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_folio_regions() 539 memset(kaddr + cluster_start, 0, cluster_end - cluster_start); in ocfs2_clear_folio_regions() 927 unsigned int cluster_start, cluster_end; in ocfs2_prepare_folio_for_write() local [all …]
|
| /linux/fs/btrfs/ |
| H A D | defrag.c | 1428 u64 cluster_end; in btrfs_defrag_file() local 1436 cluster_end = (((cur >> PAGE_SHIFT) + in btrfs_defrag_file() 1438 cluster_end = min(cluster_end, last_byte); in btrfs_defrag_file() 1455 cluster_end + 1 - cur, extent_thresh, in btrfs_defrag_file() 1466 cur = max(cluster_end + 1, last_scanned); in btrfs_defrag_file()
|
| /linux/fs/f2fs/ |
| H A D | compress.c | 895 int cluster_end = 0; in f2fs_sanity_check_cluster() local 919 if (!cluster_end) in f2fs_sanity_check_cluster() 920 cluster_end = i; in f2fs_sanity_check_cluster() 924 if (cluster_end) { in f2fs_sanity_check_cluster()
|
| /linux/mm/ |
| H A D | swapfile.c | 1905 unsigned long offset, cluster_end; in swap_put_entries_direct() local 1917 cluster_end = min(round_up(offset + 1, SWAPFILE_CLUSTER), end_offset); in swap_put_entries_direct() 1918 swap_put_entries_cluster(si, offset, cluster_end - offset, true); in swap_put_entries_direct() 1919 offset = cluster_end; in swap_put_entries_direct()
|