Searched refs:off64_t (Results 1 – 3 of 3) sorted by relevance
53 #define off64_t off_t macro204 fl.l_len = (off64_t)0; in FileDispatcherImpl_lock0()206 fl.l_len = (off64_t)size; in FileDispatcherImpl_lock0()208 fl.l_start = (off64_t)pos; in FileDispatcherImpl_lock0()241 fl.l_len = (off64_t)0; in FileDispatcherImpl_release0()243 fl.l_len = (off64_t)size; in FileDispatcherImpl_release0()245 fl.l_start = (off64_t)pos; in FileDispatcherImpl_release0()
173 off64_t offset = (off64_t)position; in FileChannelImpl_transferTo0()194 sfv.sfv_off = (off64_t)position; in FileChannelImpl_transferTo0()
55 #define off64_t off_t macro676 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset); in readCEN()