Lines Matching refs:filesz
154 get_holes_list(int fd, off_t filesz, size_t *countp) in get_holes_list() argument
160 if (filesz == 0 || fpathconf(fd, _PC_MIN_HOLE_SIZE) < 0) in get_holes_list()
168 while (hole < filesz) { in get_holes_list()
172 data = filesz; in get_holes_list()
180 hole = filesz; in get_holes_list()
182 if (data == 0 && hole == filesz) { in get_holes_list()
321 get_holes_info(int fd, off_t filesz, boolean_t pass_mode) in get_holes_info() argument
328 if ((hl = get_holes_list(fd, filesz, &ninfo)) == NULL) in get_holes_info()
348 (ulong_t)MIN_HOLES_HDRSIZE + len + 1, filesz); in get_holes_info()
368 read_holes_header(const char *str, off_t filesz) in read_holes_header() argument
389 if (hi->holesdata_sz > filesz || in read_holes_header()