Home
last modified time | relevance | path

Searched refs:cluster_end (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Daops.c514 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE; in ocfs2_figure_cluster_boundaries() local
524 cluster_end = cluster_start + osb->s_clustersize; in ocfs2_figure_cluster_boundaries()
528 BUG_ON(cluster_end > PAGE_SIZE); in ocfs2_figure_cluster_boundaries()
533 *end = cluster_end; in ocfs2_figure_cluster_boundaries()
549 unsigned int cluster_start, cluster_end; in ocfs2_clear_page_regions() local
551 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end); in ocfs2_clear_page_regions()
558 if (to < cluster_end) in ocfs2_clear_page_regions()
559 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_page_regions()
561 memset(kaddr + cluster_start, 0, cluster_end - cluster_start); in ocfs2_clear_page_regions()
952 unsigned int cluster_start, cluster_end; in ocfs2_prepare_page_for_write() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Daops.c511 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE; in ocfs2_figure_cluster_boundaries() local
521 cluster_end = cluster_start + osb->s_clustersize; in ocfs2_figure_cluster_boundaries()
525 BUG_ON(cluster_end > PAGE_SIZE); in ocfs2_figure_cluster_boundaries()
530 *end = cluster_end; in ocfs2_figure_cluster_boundaries()
546 unsigned int cluster_start, cluster_end; in ocfs2_clear_page_regions() local
548 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end); in ocfs2_clear_page_regions()
555 if (to < cluster_end) in ocfs2_clear_page_regions()
556 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_page_regions()
558 memset(kaddr + cluster_start, 0, cluster_end - cluster_start); in ocfs2_clear_page_regions()
948 unsigned int cluster_start, cluster_end; in ocfs2_prepare_page_for_write() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddefrag.c1289 u64 cluster_end; in btrfs_defrag_file() local
1297 cluster_end = (((cur >> PAGE_SHIFT) + in btrfs_defrag_file()
1299 cluster_end = min(cluster_end, last_byte); in btrfs_defrag_file()
1314 cluster_end + 1 - cur, extent_thresh, in btrfs_defrag_file()
1324 cur = max(cluster_end + 1, last_scanned); in btrfs_defrag_file()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcompress.c899 int cluster_end = 0; in f2fs_sanity_check_cluster() local
922 if (!cluster_end) in f2fs_sanity_check_cluster()
923 cluster_end = i; in f2fs_sanity_check_cluster()
927 if (cluster_end) { in f2fs_sanity_check_cluster()

Completed in 8 milliseconds