Searched refs:blk_start (Results 1 – 2 of 2) sorted by relevance
713 resource_size_t map_end, blk_start, new; in alias_dpa_busy() local737 blk_start = nd_mapping->start; in alias_dpa_busy()769 if ((start >= blk_start && start < map_end) in alias_dpa_busy()770 || (end >= blk_start && end <= map_end)) { in alias_dpa_busy()771 new = max(blk_start, min(map_end, end) + 1); in alias_dpa_busy()772 if (new != blk_start) { in alias_dpa_busy()773 blk_start = new; in alias_dpa_busy()780 if (info->res && blk_start > info->res->start) { in alias_dpa_busy()781 info->res->start = max(info->res->start, blk_start); in alias_dpa_busy()787 info->available -= blk_start - nd_mapping->start; in alias_dpa_busy()[all …]
1083 loff_t blk_start, blk_end; in punch_hole() local1088 blk_start = (loff_t)pg_start << PAGE_SHIFT; in punch_hole()1094 truncate_pagecache_range(inode, blk_start, blk_end - 1); in punch_hole()