Lines Matching refs:offs
197 off_t offs; in read_tuples() local
214 offs = (uint32_t)tpl32(tp->data); in read_tuples()
217 offs, flag ? "Attribute" : "Common"); in read_tuples()
222 if (offs > 0 && offs < 32 * 1024 && ck_linktarget(fd, offs, flag)) { in read_tuples()
223 tl = read_one_tuplelist(fd, flag, offs); in read_tuples()
248 read_one_tuplelist(int fd, int flags, off_t offs) in read_one_tuplelist() argument
258 if (tl->offs == offs && tl->flags == (flags & MDF_ATTR)) in read_one_tuplelist()
261 tl->offs = offs; in read_one_tuplelist()
266 if (lseek(fd, offs, SEEK_SET) < 0) in read_one_tuplelist()
268 (uintmax_t)offs); in read_one_tuplelist()
333 ck_linktarget(int fd, off_t offs, int flag) in ck_linktarget() argument
340 if (lseek(fd, offs, SEEK_SET) < 0) in ck_linktarget()
342 (uintmax_t)offs); in ck_linktarget()