/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | msr.c | 35 if (lseek(fd, idx, SEEK_CUR) == -1) in read_msr() 64 if (lseek(fd, idx, SEEK_CUR) == -1) in write_msr()
|
/linux-4.1.27/tools/perf/ui/ |
D | browser.c | 87 case SEEK_CUR: in ui_browser__list_head_seek() 119 case SEEK_CUR: in ui_browser__rb_tree_seek() 397 browser->seek(browser, +1, SEEK_CUR); in ui_browser__run() 406 browser->seek(browser, -1, SEEK_CUR); in ui_browser__run() 419 browser->seek(browser, +offset, SEEK_CUR); in ui_browser__run() 432 browser->seek(browser, -offset, SEEK_CUR); in ui_browser__run() 569 case SEEK_CUR: in ui_browser__argv_seek()
|
/linux-4.1.27/Documentation/ |
D | java.txt | 244 seekerr = fseek(classfile, len, SEEK_CUR); 249 seekerr = fseek(classfile, 2, SEEK_CUR); 252 seekerr = fseek(classfile, 3, SEEK_CUR); 261 seekerr = fseek(classfile, 4, SEEK_CUR); 265 seekerr = fseek(classfile, 8, SEEK_CUR); 307 if(fseek(classfile, 2, SEEK_CUR)) /* skip access flags */
|
/linux-4.1.27/tools/power/cpupower/debug/i386/ |
D | powernow-k8-decode.c | 43 lseek(fd, MSR_FIDVID_STATUS, SEEK_CUR); in get_fidvid()
|
D | centrino-decode.c | 48 if (lseek(fd, msr, SEEK_CUR) == -1) in rdmsr()
|
/linux-4.1.27/include/uapi/linux/ |
D | fs.h | 32 #define SEEK_CUR 1 /* seek relative to current file position */ macro
|
/linux-4.1.27/tools/perf/util/ |
D | trace-event-info.c | 64 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file() 555 tdata->size = lseek(output_fd, 0, SEEK_CUR); in tracing_data_get()
|
D | header.c | 762 off_t offset = lseek(fd, 0, SEEK_CUR); in write_pmu_mappings() 1922 (*p)->offset = lseek(fd, 0, SEEK_CUR); in do_write_feat() 1933 (*p)->size = lseek(fd, 0, SEEK_CUR) - (*p)->offset; in do_write_feat() 2012 evsel->id_offset = lseek(fd, 0, SEEK_CUR); in perf_session__write_header() 2020 attr_offset = lseek(fd, 0, SEEK_CUR); in perf_session__write_header() 2038 header->data_offset = lseek(fd, 0, SEEK_CUR); in perf_session__write_header() 2513 tmp = lseek(fd, 0, SEEK_CUR); in perf_session__read_header() 2711 off_t offset = lseek(fd, 0, SEEK_CUR); in perf_event__process_tracing_data()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 397 browser->b.seek(&browser->b, offset, SEEK_CUR); in annotate_browser__toggle_source() 407 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 413 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 422 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
|
D | hists.c | 983 case SEEK_CUR: in ui_browser__hists_seek()
|
/linux-4.1.27/arch/x86/kernel/ |
D | msr.c | 59 case SEEK_CUR: in msr_seek()
|
/linux-4.1.27/drivers/s390/char/ |
D | hmcdrv_dev.c | 162 case SEEK_CUR: /* relative to current file position */ in hmcdrv_dev_seek()
|
/linux-4.1.27/fs/ |
D | read_write.c | 92 case SEEK_CUR: in generic_file_llseek_size() 164 case SEEK_SET: case SEEK_CUR: case SEEK_END: in fixed_size_llseek() 206 case SEEK_CUR: in default_llseek()
|
D | ioctl.c | 441 case SEEK_CUR: in ioctl_preallocate()
|
D | coredump.c | 783 file->f_op->llseek(file, nr, SEEK_CUR) < 0) in dump_skip()
|
D | seq_file.c | 317 case SEEK_CUR: in seq_lseek()
|
D | locks.c | 413 case SEEK_CUR: in flock64_to_posix_lock()
|
/linux-4.1.27/fs/ext4/ |
D | file.c | 622 case SEEK_CUR: in ext4_llseek()
|
/linux-4.1.27/fs/overlayfs/ |
D | readdir.c | 413 case SEEK_CUR: in ovl_dir_llseek()
|
/linux-4.1.27/drivers/char/ |
D | mem.c | 694 case SEEK_CUR: in memory_lseek()
|
D | mbcs.c | 461 case SEEK_CUR: in mbcs_sram_llseek()
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 129 if (whence != SEEK_SET && whence != SEEK_CUR) { in nfs_file_llseek()
|
/linux-4.1.27/tools/perf/ |
D | builtin-record.c | 212 u64 size = lseek(perf_data_file__fd(file), 0, SEEK_CUR); in process_buildids()
|
/linux-4.1.27/sound/core/ |
D | info.c | 179 case SEEK_CUR: in snd_info_entry_llseek()
|
/linux-4.1.27/fs/gfs2/ |
D | file.c | 73 case SEEK_CUR: in gfs2_llseek()
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.c | 787 if (whence != SEEK_SET && whence != SEEK_CUR) { in cifs_llseek()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | mdesc.c | 1039 case SEEK_CUR: in mdesc_llseek()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_file.c | 1441 case SEEK_CUR: in xfs_file_llseek()
|
/linux-4.1.27/fs/f2fs/ |
D | file.c | 392 case SEEK_CUR: in f2fs_llseek()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 1219 case SEEK_CUR: in dev_mem_seek()
|
/linux-4.1.27/fs/ceph/ |
D | file.c | 1088 case SEEK_CUR: in ceph_llseek()
|
D | dir.c | 503 case SEEK_CUR: in ceph_dir_llseek()
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_core.c | 1686 case SEEK_CUR: in xillybus_llseek()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1915 case SEEK_CUR: in ll_dir_seek()
|
D | file.c | 2532 (origin == SEEK_CUR) ? file->f_pos : 0); in ll_file_seek()
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 1936 offset = vfs_llseek(file, 0, SEEK_CUR); in nfsd_buffered_readdir()
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 2574 case SEEK_CUR: in ocfs2_file_llseek()
|
/linux-4.1.27/fs/btrfs/ |
D | file.c | 2787 case SEEK_CUR: in btrfs_file_llseek()
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 2247 if (whence == SEEK_CUR || whence == SEEK_SET) in fuse_file_llseek()
|