Searched refs:write_offset (Results 1 – 2 of 2) sorted by relevance
398 off64_t write_offset; in __libc_pututline() local402 write_offset = __lseek64 (file_fd, 0, SEEK_END); in __libc_pututline()407 write_offset = (write_offset / sizeof (struct utmp) in __libc_pututline()412 write_offset = file_offset - sizeof (struct utmp); in __libc_pututline()416 if (__lseek64 (file_fd, write_offset, SEEK_SET) < 0 in __libc_pututline()431 (void) __ftruncate64 (file_fd, write_offset); in __libc_pututline()440 file_offset = write_offset + sizeof (struct utmp); in __libc_pututline()
34 write_offset = 16 * 1024 * 1024, in support_descriptor_supports_holes() enumerator70 xlseek (fd, write_offset, SEEK_SET); in support_descriptor_supports_holes()78 xftruncate (fd, 2 * write_offset); in support_descriptor_supports_holes()