Home
last modified time | relevance | path

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

/freebsd/tests/sys/file/
H A Dfspacectl_test.c86 check_content_dealloc(int fd, off_t hole_start, off_t hole_len, off_t file_sz) in check_content_dealloc() argument
106 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()
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c210 check_content_dealloc(int fd, off_t hole_start, off_t hole_len, off_t shm_sz) in check_content_dealloc() argument
227 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()