Searched refs:file_end (Results 1 – 8 of 8) sorted by relevance
140 else if (nval >= tnf->file_end) in tnf_get_next_record()173 while ((bval += tnf->block_size) < tnf->file_end) in tnf_get_next_record()
68 tnf->file_end = base + size; in tnf_reader_begin()110 tnf->file_end = base + tmpsz; in tnf_reader_begin()
84 if ((val <= tnf->file_start) || (val >= tnf->file_end)) in _tnf_check_datum()
137 caddr_t file_end; /* file_start + file_size */ member
736 caddr_t file_end; in process_mon_out() local742 file_end = memp + fsz; in process_mon_out()745 while ((caddr_t)objp < file_end) { in process_mon_out()778 if ((caddr_t)objp > file_end) { in process_mon_out()
61 static uint64_t file_end = 0; variable1830 file_start = file_end = 0; in zfs_read()1837 if (filepos >= file_start && filepos+len <= file_end) { in zfs_read()1873 file_end = file_start + blksz; in zfs_read()1875 movesize = MIN(length, file_end - filepos); in zfs_read()
1263 caddr_t file_end; in getpfiledata() local1276 file_end = memp + fsz; in getpfiledata()1279 while ((caddr_t)objp < file_end) { in getpfiledata()1325 if ((caddr_t)objp > file_end) { in getpfiledata()
805 file_end(struct parse_state *psp) in file_end() function1179 file_end(psp); in parse_from_file()1737 file_end(&pstate); in parse_options()