Symbol: SEEK_END
arch/sparc/vdso/vdso2c.c
168
tmp_len = lseek(fd, 0, SEEK_END);
arch/x86/boot/compressed/mkpiggy.c
40
if (fseek(f, -4L, SEEK_END)) {
arch/x86/tools/vdso2c.c
173
tmp_len = lseek(fd, 0, SEEK_END);
arch/xtensa/platforms/iss/simdisk.c
172
dev->size = simc_lseek(dev->fd, 0, SEEK_END);
drivers/char/adi.c
176
case SEEK_END:
drivers/char/xillybus/xillybus_core.c
1690
case SEEK_END:
drivers/char/xillybus/xillyusb.c
1808
case SEEK_END:
drivers/dma-buf/dma-buf.c
265
if (whence == SEEK_END)
drivers/gpu/drm/radeon/mkregtable.c
214
fseek(file, 0, SEEK_END);
drivers/s390/char/hmcdrv_dev.c
173
case SEEK_END:
fs/9p/vfs_file.c
84
generic_file_llseek(file, 0, SEEK_END);
fs/ceph/dir.c
689
case SEEK_END:
fs/ceph/file.c
2517
if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) {
fs/f2fs/file.c
546
case SEEK_END:
fs/fuse/file.c
2658
case SEEK_END:
fs/gfs2/file.c
65
case SEEK_END:
fs/ioctl.c
282
case SEEK_END:
fs/ioctl.c
311
case SEEK_END:
fs/locks.c
520
case SEEK_END:
fs/ocfs2/file.c
2662
case SEEK_END:
fs/orangefs/file.c
504
if (origin == SEEK_END) {
fs/read_write.c
107
case SEEK_END:
fs/read_write.c
267
case SEEK_SET: case SEEK_CUR: case SEEK_END:
fs/read_write.c
341
case SEEK_END:
kernel/printk/printk.c
891
case SEEK_END:
scripts/ipe/polgen/polgen.c
32
fseek(fd, 0, SEEK_END);
scripts/recordmcount.c
98
case SEEK_END:
sound/core/info.c
125
case SEEK_END:
tools/bootconfig/main.c
199
if (lseek(fd, -(off_t)BOOTCONFIG_MAGIC_LEN, SEEK_END) < 0)
tools/bootconfig/main.c
209
if (lseek(fd, -(off_t)BOOTCONFIG_FOOTER_SIZE, SEEK_END) < 0)
tools/lib/bpf/btf.c
1395
if (fseek(f, 0, SEEK_END)) {
tools/lib/bpf/zip.c
209
size = lseek(fd, 0, SEEK_END);
tools/perf/ui/browser.c
118
case SEEK_END:
tools/perf/ui/browser.c
150
case SEEK_END:
tools/perf/ui/browser.c
500
browser->seek(browser, -offset, SEEK_END);
tools/perf/ui/browser.c
629
case SEEK_END:
tools/perf/ui/browsers/annotate-data.c
280
case SEEK_END:
tools/perf/ui/browsers/hists.c
1970
case SEEK_END:
tools/perf/util/header.c
4087
lseek(fd, 0, SEEK_END);
tools/power/acpi/common/cmfsize.c
42
status = fseek(file, 0, SEEK_END);
tools/testing/selftests/acct/acct_syscall.c
60
fseek(fp, 0L, SEEK_END);
tools/testing/selftests/net/ovpn/ovpn-cli.c
353
fseek(fp, 0L, SEEK_END);
tools/testing/selftests/powerpc/mm/subpage_prot.c
204
filesize = lseek(fd, 0, SEEK_END);
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
101
FAIL_IF(consumed != lseek(fd, 0, SEEK_END));
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
195
const off_t size = lseek(fd, 0, SEEK_END);
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
280
size = lseek(fd, 0, SEEK_END);
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
48
size = lseek(fd, 0, SEEK_END);
tools/testing/selftests/safesetid/safesetid-test.c
119
if (fseek(fd, 0, SEEK_END))
tools/testing/selftests/safesetid/safesetid-test.c
148
if (fseek(fd, 0, SEEK_END))
tools/testing/selftests/sparc64/drivers/adi-test.c
309
(void)lseek(fd, 0, SEEK_END);