Home
last modified time | relevance | path

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

/fs/ocfs2/
Daops.c512 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE; in ocfs2_figure_cluster_boundaries() local
522 cluster_end = cluster_start + osb->s_clustersize; in ocfs2_figure_cluster_boundaries()
526 BUG_ON(cluster_end > PAGE_SIZE); in ocfs2_figure_cluster_boundaries()
531 *end = cluster_end; in ocfs2_figure_cluster_boundaries()
547 unsigned int cluster_start, cluster_end; in ocfs2_clear_page_regions() local
549 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end); in ocfs2_clear_page_regions()
556 if (to < cluster_end) in ocfs2_clear_page_regions()
557 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_page_regions()
559 memset(kaddr + cluster_start, 0, cluster_end - cluster_start); in ocfs2_clear_page_regions()
949 unsigned int cluster_start, cluster_end; in ocfs2_prepare_page_for_write() local
[all …]
/fs/f2fs/
Dcompress.c877 int cluster_end = 0; in f2fs_sanity_check_cluster() local
900 if (!cluster_end) in f2fs_sanity_check_cluster()
901 cluster_end = i; in f2fs_sanity_check_cluster()
905 if (cluster_end) { in f2fs_sanity_check_cluster()