/linux-6.3-rc2/fs/ |
A D | read_write.c | 86 generic_file_llseek_size(struct file *file, loff_t offset, int whence, in generic_file_llseek_size() 144 loff_t generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek() 162 loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size) in fixed_size_llseek() 181 loff_t no_seek_end_llseek(struct file *file, loff_t offset, int whence) in no_seek_end_llseek() 201 loff_t no_seek_end_llseek_size(struct file *file, loff_t offset, int whence, loff_t size) in no_seek_end_llseek_size() 224 loff_t noop_llseek(struct file *file, loff_t offset, int whence) in noop_llseek() 230 loff_t default_llseek(struct file *file, loff_t offset, int whence) in default_llseek() 285 loff_t vfs_llseek(struct file *file, loff_t offset, int whence) in vfs_llseek() 293 static off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence) in ksys_lseek() 311 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument [all …]
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | proc_powerpc.c | 19 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek()
|
/linux-6.3-rc2/drivers/pnp/isapnp/ |
A D | proc.c | 17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek()
|
/linux-6.3-rc2/tools/perf/ui/ |
A D | browser.c | 103 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek() 138 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek() 608 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__argv_seek()
|
/linux-6.3-rc2/arch/xtensa/platforms/iss/include/platform/ |
A D | simcall.h | 76 static inline int simc_lseek(int fd, uint32_t off, int whence) in simc_lseek()
|
/linux-6.3-rc2/drivers/zorro/ |
A D | proc.c | 25 proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) in proc_bus_zorro_lseek()
|
/linux-6.3-rc2/fs/hpfs/ |
A D | dir.c | 24 static loff_t hpfs_dir_lseek(struct file *filp, loff_t off, int whence) in hpfs_dir_lseek()
|
/linux-6.3-rc2/drivers/char/ |
A D | adi.c | 177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek()
|
A D | powernv-op-panel.c | 38 static loff_t oppanel_llseek(struct file *filp, loff_t offset, int whence) in oppanel_llseek()
|
/linux-6.3-rc2/drivers/s390/char/ |
A D | hmcdrv_dev.c | 160 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek()
|
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | cpqphp_sysfs.c | 154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek()
|
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/ |
A D | pmc.c | 370 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence) in wil_pmc_llseek()
|
/linux-6.3-rc2/fs/orangefs/ |
A D | dir.c | 283 int whence) in orangefs_dir_llseek()
|
/linux-6.3-rc2/drivers/gpu/drm/display/ |
A D | drm_dp_aux_dev.c | 141 static loff_t auxdev_llseek(struct file *file, loff_t offset, int whence) in auxdev_llseek()
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4file.c | 203 static loff_t nfs4_file_llseek(struct file *filep, loff_t offset, int whence) in nfs4_file_llseek()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | file.c | 312 static loff_t ecryptfs_dir_llseek(struct file *file, loff_t offset, int whence) in ecryptfs_dir_llseek()
|
/linux-6.3-rc2/drivers/pci/ |
A D | proc.c | 22 static loff_t proc_bus_pci_lseek(struct file *file, loff_t off, int whence) in proc_bus_pci_lseek()
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | ondemand.c | 69 int whence) in cachefiles_ondemand_fd_llseek()
|
/linux-6.3-rc2/fs/ext4/ |
A D | dir.c | 384 static loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) in ext4_dir_llseek()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | uhci-debug.c | 586 static loff_t uhci_debug_lseek(struct file *file, loff_t off, int whence) in uhci_debug_lseek()
|
/linux-6.3-rc2/fs/hostfs/ |
A D | hostfs_user.c | 146 int lseek_file(int fd, long long offset, int whence) in lseek_file()
|
/linux-6.3-rc2/fs/pstore/ |
A D | inode.c | 161 static loff_t pstore_file_llseek(struct file *file, loff_t off, int whence) in pstore_file_llseek()
|
/linux-6.3-rc2/drivers/staging/vme_user/ |
A D | vme_user.c | 261 static loff_t vme_user_llseek(struct file *file, loff_t off, int whence) in vme_user_llseek()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | file.c | 3408 static bool find_desired_extent_in_hole(struct btrfs_inode *inode, int whence, in find_desired_extent_in_hole() 3459 static loff_t find_desired_extent(struct file *file, loff_t offset, int whence) in find_desired_extent() 3687 static loff_t btrfs_file_llseek(struct file *file, loff_t offset, int whence) in btrfs_file_llseek()
|
/linux-6.3-rc2/scripts/ |
A D | recordmcount.c | 89 static off_t ulseek(off_t const offset, int const whence) in ulseek()
|