Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Daops.c499 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE; in ocfs2_release_folio()
509 cluster_end = cluster_start + osb->s_clustersize; in ocfs2_figure_cluster_boundaries()
513 BUG_ON(cluster_end > PAGE_SIZE); in ocfs2_figure_cluster_boundaries()
518 *end = cluster_end; in ocfs2_figure_cluster_boundaries()
534 unsigned int cluster_start, cluster_end;
536 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end);
543 if (to < cluster_end) in ocfs2_clear_page_regions()
544 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_page_regions()
546 memset(kaddr + cluster_start, 0, cluster_end - cluster_start); in ocfs2_clear_page_regions()
934 unsigned int cluster_start, cluster_end; in ocfs2_write_failure()
507 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE; ocfs2_figure_cluster_boundaries() local
542 unsigned int cluster_start, cluster_end; ocfs2_clear_page_regions() local
945 unsigned int cluster_start, cluster_end; ocfs2_prepare_page_for_write() local
[all...]
/linux/fs/btrfs/
H A Ddefrag.c1411 u64 cluster_end; in btrfs_defrag_file() local
1419 cluster_end = (((cur >> PAGE_SHIFT) + in btrfs_defrag_file()
1421 cluster_end = min(cluster_end, last_byte); in btrfs_defrag_file()
1436 cluster_end + 1 - cur, extent_thresh, in btrfs_defrag_file()
1446 cur = max(cluster_end + 1, last_scanned); in btrfs_defrag_file()
/linux/fs/f2fs/
H A Dcompress.c897 int cluster_end = 0; in f2fs_sanity_check_cluster()
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()
895 int cluster_end = 0; f2fs_sanity_check_cluster() local