offset_high      1359 examples/libsmbclient/smbwrapper/wrapper.c int _llseek(unsigned int fd,  unsigned  long  offset_high, unsigned  long  offset_low,  loff_t  *result, unsigned int whence)
offset_high      1368 examples/libsmbclient/smbwrapper/wrapper.c         return (* smbw_libc._llseek)(fd, offset_high, offset_low, result, whence);
offset_high       144 examples/libsmbclient/smbwrapper/wrapper.h         int (* _llseek)(unsigned int fd,  unsigned  long  offset_high, unsigned  long  offset_low,  loff_t  *result, unsigned int whence);
offset_high       615 source4/smb_server/smb/reply.c 		uint32_t offset_high = IVAL(req->in.vwv, VWV(8));
offset_high       616 source4/smb_server/smb/reply.c 		io.readbraw.in.offset |= (((off_t)offset_high) << 32);
offset_high       841 source4/smb_server/smb/reply.c 		uint32_t offset_high = IVAL(req->in.vwv, VWV(10));
offset_high       842 source4/smb_server/smb/reply.c 		io->readx.in.offset |= (((uint64_t)offset_high) << 32);
offset_high      1023 source4/smb_server/smb/reply.c 		uint32_t offset_high = IVAL(req->in.vwv, VWV(12));
offset_high      1025 source4/smb_server/smb/reply.c 		io->writex.in.offset |= (((uint64_t)offset_high) << 32);