Searched refs:SEEK_END (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/tools/power/acpi/common/ |
D | cmfsize.c | 42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | mkpiggy.c | 54 if (fseek(f, -4L, SEEK_END)) { in main()
|
/Linux-v4.19/tools/perf/ui/ |
D | browser.c | 119 case SEEK_END: in ui_browser__list_head_seek() 151 case SEEK_END: in ui_browser__rb_tree_seek() 487 browser->seek(browser, -offset, SEEK_END); in ui_browser__run() 616 case SEEK_END: in ui_browser__argv_seek()
|
/Linux-v4.19/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 204 filesize = lseek(fd, 0, SEEK_END); in test_file()
|
/Linux-v4.19/drivers/char/ |
D | adi.c | 182 case SEEK_END: in adi_llseek()
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.c | 174 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
|
/Linux-v4.19/Documentation/driver-api/ |
D | dma-buf.rst | 60 with offset=0 and whence=SEEK_END|SEEK_SET. SEEK_SET is supported to allow 61 the usual size discover pattern size = SEEK_END(0); SEEK_SET(0). Every other
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.c | 200 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
|
/Linux-v4.19/include/uapi/linux/ |
D | fs.h | 37 #define SEEK_END 2 /* seek relative to end of file */ macro
|
/Linux-v4.19/drivers/s390/char/ |
D | hmcdrv_dev.c | 174 case SEEK_END: in hmcdrv_dev_seek()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 214 fseek(file, 0, SEEK_END); in parser_auth()
|
/Linux-v4.19/arch/xtensa/platforms/iss/ |
D | simdisk.c | 174 dev->size = simc_lseek(dev->fd, 0, SEEK_END); in simdisk_attach()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | dev-kmsg | 53 SEEK_END, 0
|
/Linux-v4.19/scripts/ |
D | recordmcount.c | 104 case SEEK_END: in ulseek()
|
/Linux-v4.19/fs/orangefs/ |
D | file.c | 657 if (origin == SEEK_END) { in orangefs_file_llseek()
|
/Linux-v4.19/fs/ |
D | ioctl.c | 475 case SEEK_END: in ioctl_preallocate()
|
D | read_write.c | 90 case SEEK_END: in generic_file_llseek_size() 165 case SEEK_SET: case SEEK_CUR: case SEEK_END: in fixed_size_llseek() 243 case SEEK_END: in default_llseek()
|
/Linux-v4.19/fs/9p/ |
D | vfs_file.c | 88 generic_file_llseek(file, 0, SEEK_END); in v9fs_file_open()
|
/Linux-v4.19/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 313 (void)lseek(fd, 0, SEEK_END); in seek_adi()
|
/Linux-v4.19/sound/core/ |
D | info.c | 143 case SEEK_END: in snd_info_entry_llseek()
|
/Linux-v4.19/drivers/dma-buf/ |
D | dma-buf.c | 114 if (whence == SEEK_END) in dma_buf_llseek()
|
/Linux-v4.19/samples/mic/mpssd/ |
D | mpssd.c | 998 SEEK_END); in set_backend_size() 1567 len = lseek(fd, 0, SEEK_END); in set_log_buf_info()
|
/Linux-v4.19/fs/ceph/ |
D | file.c | 1562 if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) { in ceph_llseek() 1570 case SEEK_END: in ceph_llseek()
|
/Linux-v4.19/drivers/staging/android/ |
D | vsoc.c | 665 case SEEK_END: in vsoc_lseek()
|
/Linux-v4.19/fs/gfs2/ |
D | file.c | 65 case SEEK_END: in gfs2_llseek()
|
12