Searched refs:hole_len (Results 1 – 2 of 2) sorted by relevance
86 check_content_dealloc(int fd, off_t hole_start, off_t hole_len, off_t file_sz) in check_content_dealloc() argument106 if ((uint64_t)hole_start + hole_len > (uint64_t)file_sz) in check_content_dealloc()107 hole_len = file_sz - hole_start; in check_content_dealloc()113 resid = hole_len; in check_content_dealloc()152 offset = hole_start + hole_len; in check_content_dealloc()
210 check_content_dealloc(int fd, off_t hole_start, off_t hole_len, off_t shm_sz) in check_content_dealloc() argument227 if ((uint64_t)hole_start + hole_len > (uint64_t)shm_sz) in check_content_dealloc()228 hole_len = shm_sz - hole_start; in check_content_dealloc()234 resid = hole_len; in check_content_dealloc()273 offset = hole_start + hole_len; in check_content_dealloc()