Searched refs:SEEK_SET (Results 1 - 25 of 100) sorted by last modified time

1234

/linux-master/fs/
H A Dioctl.c279 case SEEK_SET:
308 case SEEK_SET:
H A Dlibfs.c427 case SEEK_SET:
/linux-master/fs/smb/server/
H A Dsmb2pdu.c4332 generic_file_llseek(dir_fp->filp, 0, SEEK_SET);
/linux-master/fs/smb/client/
H A Dcifsfs.c1053 if (whence != SEEK_SET && whence != SEEK_CUR) {
/linux-master/tools/include/uapi/linux/
H A Dfs.h43 #define SEEK_SET 0 /* seek relative to beginning of file */ macro
/linux-master/mm/
H A Dpage_owner.c753 case SEEK_SET:
/linux-master/fs/fuse/
H A Dfile.c2818 case SEEK_SET:
2820 /* No i_mutex protection necessary for SEEK_CUR and SEEK_SET */
/linux-master/fs/bcachefs/
H A Dfs-io.c1048 case SEEK_SET:
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c134 struct flock fl = {F_WRLCK, SEEK_SET, 0, 0, 0};
146 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0};
/linux-master/tools/testing/selftests/net/
H A Dtls.c1415 ASSERT_EQ(lseek(fd, 0, SEEK_SET), 0);
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c276 lseek(fd, 10, SEEK_SET);
/linux-master/fs/nfsd/
H A Dvfs.c2189 offset = vfs_llseek(file, offset, SEEK_SET);
/linux-master/kernel/printk/
H A Dprintk.c868 case SEEK_SET:
/linux-master/fs/f2fs/
H A Dfile.c523 case SEEK_SET:
/linux-master/tools/testing/selftests/mm/
H A Dksm_functional_tests.c577 lseek(mem_fd, (uintptr_t) map + i, SEEK_SET); local
H A Dcompaction_test.c117 lseek(fd, 0, SEEK_SET);
127 lseek(fd, 0, SEEK_SET);
139 lseek(fd, 0, SEEK_SET);
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c663 fseek(cpuinfo, flags - buffer, SEEK_SET);
/linux-master/tools/perf/util/
H A Dsymbol-elf.c1956 if (lseek(to, to_offs, SEEK_SET) != to_offs)
1959 if (lseek(from, from_offs, SEEK_SET) != from_offs)
H A Dsession.c1703 lseek(fd, file_offset, SEEK_SET);
1720 lseek(fd, file_offset + event->header.size, SEEK_SET);
1800 if (lseek(fd, file_offset, SEEK_SET) == (off_t)-1 ||
H A Ddata.c452 if (lseek(data->file.fd, pos, SEEK_SET) == (off_t)-1) {
/linux-master/tools/perf/
H A Dbuiltin-record.c482 lseek(trace_fd, pos, SEEK_SET);
/linux-master/sound/core/
H A Dinfo.c120 case SEEK_SET:
/linux-master/fs/ocfs2/
H A Dfile.c1960 case 0: /*SEEK_SET*/
2635 case SEEK_SET:
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c862 ASSERT_LE(0, lseek(reg_fd, 0, SEEK_SET));
/linux-master/tools/lib/bpf/
H A Dbtf.c1260 if (fseek(f, 0, SEEK_SET)) {

Completed in 559 milliseconds

1234