Home
last modified time | relevance | path

Searched defs:whence (Results 101 - 125 of 149) sorted by relevance

123456

/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.c89 static off_t ulseek(off_t const offset, int const whence) in ulseek() argument
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-core.c767 static loff_t cfam_llseek(struct file *file, loff_t offset, int whence) in cfam_llseek() argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dmdesc.c1288 static loff_t mdesc_llseek(struct file *file, loff_t offset, int whence) in mdesc_llseek() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dmdesc.c1288 static loff_t mdesc_llseek(struct file *file, loff_t offset, int whence) in mdesc_llseek() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c82 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence) in hfi1_seq_lseek() argument
/kernel/linux/linux-5.10/fs/
H A Dlibfs.c136 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int whence) in dcache_dir_lseek() argument
1345 static loff_t empty_dir_llseek(struct file *file, loff_t offset, int whence) in empty_dir_llseek() argument
H A Dblock_dev.c687 static loff_t block_llseek(struct file *file, loff_t offset, int whence) in block_llseek() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfile.c3557 static loff_t btrfs_file_llseek(struct file *file, loff_t offset, int whence) in btrfs_file_llseek() argument
3488 find_desired_extent(struct inode *inode, loff_t offset, int whence) find_desired_extent() argument
/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c1897 static loff_t ceph_llseek(struct file *file, loff_t offset, int whence) in ceph_llseek() argument
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dfile.c2594 static loff_t ocfs2_file_llseek(struct file *file, loff_t offset, int whence) in ocfs2_file_llseek() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Ddir.c956 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int whence) in nfs_llseek_dir() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfile.c3403 static bool find_desired_extent_in_hole(struct btrfs_inode *inode, int whence, in find_desired_extent_in_hole() argument
3454 static loff_t find_desired_extent(struct file *file, loff_t offset, int whence) in find_desired_extent() argument
3682 btrfs_file_llseek(struct file *file, loff_t offset, int whence) btrfs_file_llseek() argument
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c2414 static loff_t ceph_llseek(struct file *file, loff_t offset, int whence) in ceph_llseek() argument
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dfile.c2625 static loff_t ocfs2_file_llseek(struct file *file, loff_t offset, int whence) in ocfs2_file_llseek() argument
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsfs.c1040 static loff_t cifs_llseek(struct file *file, loff_t offset, int whence) in cifs_llseek() argument
/kernel/linux/linux-6.6/fs/
H A Dlibfs.c138 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int whence) in dcache_dir_lseek() argument
385 static loff_t offset_dir_llseek(struct file *file, loff_t offset, int whence) in offset_dir_llseek() argument
1618 static loff_t empty_dir_llseek(struct file *file, loff_t offset, int whence) in empty_dir_llseek() argument
/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillyusb.c1785 static loff_t xillyusb_llseek(struct file *filp, loff_t offset, int whence) in xillyusb_llseek() argument
/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-core.c733 static loff_t cfam_llseek(struct file *file, loff_t offset, int whence) in cfam_llseek() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c40 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence) in hfi1_seq_lseek() argument
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.c733 off64_t fatfs_lseek64(struct file *filep, off64_t offset, int whence) in fatfs_lseek64() argument
812 off_t fatfs_lseek(struct file *filep, off_t offset, int whence) in fatfs_lseek() argument
/kernel/liteos_a/syscall/
H A Dfs_syscall.c696 off_t SysLseek(int fd, off_t offset, int whence) in SysLseek() argument
704 off64_t SysLseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence) in SysLseek64() argument
/kernel/linux/linux-6.6/mm/
H A Dfilemap.c3048 mapping_seek_hole_data(struct address_space *mapping, loff_t start, loff_t end, int whence) mapping_seek_hole_data() argument
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h582 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek() argument
592 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2532 lpfc_debugfs_lseek(struct file *file, loff_t off, int whence) in lpfc_debugfs_lseek() argument
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h1587 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek() argument
1999 off_t lseek(int fd, off_t offset, int whence) in lseek() argument

Completed in 72 milliseconds

123456