Searched refs:cluster_end (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| A D | aops.c | 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 556 if (to < cluster_end) in ocfs2_clear_page_regions() 557 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_page_regions() 949 unsigned int cluster_start, cluster_end; in ocfs2_prepare_page_for_write() local 953 &cluster_start, &cluster_end); in ocfs2_prepare_page_for_write() 967 cluster_start, cluster_end, in ocfs2_prepare_page_for_write() 981 map_to = cluster_end; in ocfs2_prepare_page_for_write() 992 map_to = cluster_end; in ocfs2_prepare_page_for_write() [all …]
|
| /linux/fs/f2fs/ |
| A D | compress.c | 927 int cluster_end = 0; in f2fs_sanity_check_cluster() local 951 if (!cluster_end) in f2fs_sanity_check_cluster() 952 cluster_end = i; in f2fs_sanity_check_cluster() 956 if (cluster_end) { in f2fs_sanity_check_cluster()
|
| /linux/fs/btrfs/ |
| A D | ioctl.c | 1518 u64 cluster_end; in btrfs_defrag_file() local 1524 cluster_end = (((cur >> PAGE_SHIFT) + in btrfs_defrag_file() 1526 cluster_end = min(cluster_end, last_byte); in btrfs_defrag_file() 1541 cluster_end + 1 - cur, extent_thresh, in btrfs_defrag_file() 1547 cur = cluster_end + 1; in btrfs_defrag_file()
|
Completed in 23 milliseconds