/fs/ |
D | read_write.c | 76 generic_file_llseek_size(struct file *file, loff_t offset, int whence, in generic_file_llseek_size() 137 loff_t generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek() 158 loff_t noop_llseek(struct file *file, loff_t offset, int whence) in noop_llseek() 164 loff_t no_llseek(struct file *file, loff_t offset, int whence) in no_llseek() 170 loff_t default_llseek(struct file *file, loff_t offset, int whence) in default_llseek() 225 loff_t vfs_llseek(struct file *file, loff_t offset, int whence) in vfs_llseek() 238 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument 257 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument 266 unsigned int, whence) in SYSCALL_DEFINE5() argument
|
D | bad_inode.c | 19 static loff_t bad_file_llseek(struct file *file, loff_t offset, int whence) in bad_file_llseek()
|
D | seq_file.c | 315 loff_t seq_lseek(struct file *file, loff_t offset, int whence) in seq_lseek()
|
D | libfs.c | 84 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int whence) in dcache_dir_lseek()
|
D | block_dev.c | 325 static loff_t block_llseek(struct file *file, loff_t offset, int whence) in block_llseek()
|
/fs/ext4/ |
D | file.c | 432 int whence, in ext4_find_unwritten_pgoff() 745 loff_t ext4_llseek(struct file *file, loff_t offset, int whence) in ext4_llseek()
|
D | dir.c | 348 static loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) in ext4_dir_llseek()
|
/fs/hpfs/ |
D | dir.c | 23 static loff_t hpfs_dir_lseek(struct file *filp, loff_t off, int whence) in hpfs_dir_lseek()
|
/fs/sdcardfs/ |
D | file.c | 342 static loff_t sdcardfs_file_llseek(struct file *file, loff_t offset, int whence) in sdcardfs_file_llseek()
|
/fs/proc/ |
D | inode.c | 187 static loff_t proc_reg_llseek(struct file *file, loff_t offset, int whence) in proc_reg_llseek()
|
/fs/ext3/ |
D | dir.c | 299 loff_t ext3_dir_llseek(struct file *file, loff_t offset, int whence) in ext3_dir_llseek()
|
/fs/pstore/ |
D | inode.c | 154 static loff_t pstore_file_llseek(struct file *file, loff_t off, int whence) in pstore_file_llseek()
|
/fs/hostfs/ |
D | hostfs_user.c | 139 int lseek_file(int fd, long long offset, int whence) in lseek_file()
|
/fs/btrfs/ |
D | file.c | 2288 static int find_desired_extent(struct inode *inode, loff_t *offset, int whence) in find_desired_extent() 2403 static loff_t btrfs_file_llseek(struct file *file, loff_t offset, int whence) in btrfs_file_llseek()
|
/fs/ceph/ |
D | file.c | 821 static loff_t ceph_llseek(struct file *file, loff_t offset, int whence) in ceph_llseek()
|
D | dir.c | 459 static loff_t ceph_dir_llseek(struct file *file, loff_t offset, int whence) in ceph_dir_llseek()
|
/fs/cifs/ |
D | cifsfs.c | 731 static loff_t cifs_llseek(struct file *file, loff_t offset, int whence) in cifs_llseek()
|
/fs/ubifs/ |
D | dir.c | 482 static loff_t ubifs_dir_llseek(struct file *file, loff_t offset, int whence) in ubifs_dir_llseek()
|
/fs/ocfs2/ |
D | extent_map.c | 834 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int whence) in ocfs2_seek_data_hole_offset()
|
D | file.c | 2618 static loff_t ocfs2_file_llseek(struct file *file, loff_t offset, int whence) in ocfs2_file_llseek()
|
/fs/nfs/ |
D | file.c | 122 loff_t nfs_file_llseek(struct file *filp, loff_t offset, int whence) in nfs_file_llseek()
|
D | dir.c | 874 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int whence) in nfs_llseek_dir()
|
/fs/gfs2/ |
D | file.c | 56 static loff_t gfs2_llseek(struct file *file, loff_t offset, int whence) in gfs2_llseek()
|
/fs/sysfs/ |
D | dir.c | 1066 static loff_t sysfs_dir_llseek(struct file *file, loff_t offset, int whence) in sysfs_dir_llseek()
|
/fs/configfs/ |
D | dir.c | 1617 static loff_t configfs_dir_lseek(struct file *file, loff_t offset, int whence) in configfs_dir_lseek()
|