Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 25 of 82) sorted by relevance

1234

/linux/fs/
H A Dread_write.c104 static int must_set_pos(struct file *file, loff_t *offset, int whence, loff_t eof) in must_set_pos()
161 generic_file_llseek_size(struct file *file, loff_t offset, int whence, in generic_file_llseek_size()
203 loff_t generic_llseek_cookie(struct file *file, loff_t offset, int whence, in generic_llseek_cookie()
246 loff_t generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek()
264 loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size) in fixed_size_llseek()
283 loff_t no_seek_end_llseek(struct file *file, loff_t offset, int whence) in no_seek_end_llseek()
303 loff_t no_seek_end_llseek_size(struct file *file, loff_t offset, int whence, loff_t size) in no_seek_end_llseek_size()
326 loff_t noop_llseek(struct file *file, loff_t offset, int whence) in noop_llseek()
332 loff_t default_llseek(struct file *file, loff_t offset, int whence) in default_llseek()
387 loff_t vfs_llseek(struct file *file, loff_t offset, int whence) in vfs_llseek()
[all …]
/linux/tools/perf/ui/
H A Dbrowser.c103 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()
620 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__argv_seek()
/linux/drivers/pnp/isapnp/
H A Dproc.c17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek()
/linux/arch/powerpc/kernel/
H A Dproc_powerpc.c22 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek()
/linux/fs/udf/
H A Ddir.c146 static loff_t udf_dir_llseek(struct file *file, loff_t offset, int whence) in udf_dir_llseek()
/linux/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall.h76 static inline int simc_lseek(int fd, uint32_t off, int whence) in simc_lseek()
/linux/fs/affs/
H A Ddir.c28 static loff_t affs_dir_llseek(struct file *file, loff_t offset, int whence) in affs_dir_llseek()
/linux/drivers/zorro/
H A Dproc.c25 proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) in proc_bus_zorro_lseek()
/linux/drivers/fsi/
H A Di2cr-scom.c20 static loff_t i2cr_scom_llseek(struct file *file, loff_t offset, int whence) in i2cr_scom_llseek()
/linux/drivers/char/
H A Dadi.c171 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek()
H A Dpowernv-op-panel.c38 static loff_t oppanel_llseek(struct file *filp, loff_t offset, int whence) in oppanel_llseek()
/linux/fs/hpfs/
H A Ddir.c24 static loff_t hpfs_dir_lseek(struct file *filp, loff_t off, int whence) in hpfs_dir_lseek()
/linux/fs/squashfs/
H A Dfile.c670 static loff_t seek_hole_data(struct file *file, loff_t offset, int whence) in seek_hole_data()
751 static loff_t squashfs_llseek(struct file *file, loff_t offset, int whence) in squashfs_llseek()
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-rtas-common.c289 int whence) in papr_rtas_common_handle_seek()
/linux/drivers/s390/char/
H A Dhmcdrv_dev.c159 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek()
/linux/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c153 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek()
/linux/drivers/net/wireless/ath/wil6210/
H A Dpmc.c368 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence) in wil_pmc_llseek()
/linux/fs/orangefs/
H A Ddir.c281 int whence) in orangefs_dir_llseek()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_dev.c141 static loff_t auxdev_llseek(struct file *file, loff_t offset, int whence) in auxdev_llseek()
/linux/tools/include/nolibc/
H A Dsys.h598 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek()
618 off_t lseek(int fd, off_t offset, int whence) in lseek()
/linux/fs/nfs/
H A Dnfs4file.c203 static loff_t nfs4_file_llseek(struct file *filep, loff_t offset, int whence) in nfs4_file_llseek()
/linux/io_uring/
H A Dmock_file.c161 static loff_t io_mock_llseek(struct file *file, loff_t offset, int whence) in io_mock_llseek()
/linux/fs/ecryptfs/
H A Dfile.c336 static loff_t ecryptfs_dir_llseek(struct file *file, loff_t offset, int whence) in ecryptfs_dir_llseek()
/linux/drivers/pci/
H A Dproc.c22 static loff_t proc_bus_pci_lseek(struct file *file, loff_t off, int whence) in proc_bus_pci_lseek()
/linux/drivers/usb/host/
H A Duhci-debug.c586 static loff_t uhci_debug_lseek(struct file *file, loff_t off, int whence) in uhci_debug_lseek()

1234