/fs/ |
D | read_write.c | 69 generic_file_llseek_size(struct file *file, loff_t offset, int origin, in generic_file_llseek_size() 130 loff_t generic_file_llseek(struct file *file, loff_t offset, int origin) in generic_file_llseek() 150 loff_t noop_llseek(struct file *file, loff_t offset, int origin) in noop_llseek() 156 loff_t no_llseek(struct file *file, loff_t offset, int origin) in no_llseek() 162 loff_t default_llseek(struct file *file, loff_t offset, int origin) in default_llseek() 217 loff_t vfs_llseek(struct file *file, loff_t offset, int origin) in vfs_llseek() 230 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, origin) in SYSCALL_DEFINE3() argument 256 unsigned int, origin) in SYSCALL_DEFINE5() argument
|
D | pnode.c | 145 struct mount *origin) in propagation_next()
|
D | bad_inode.c | 19 static loff_t bad_file_llseek(struct file *file, loff_t offset, int origin) in bad_file_llseek()
|
D | seq_file.c | 299 loff_t seq_lseek(struct file *file, loff_t offset, int origin) in seq_lseek()
|
D | libfs.c | 84 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int origin) in dcache_dir_lseek()
|
D | block_dev.c | 384 static loff_t block_llseek(struct file *file, loff_t offset, int origin) in block_llseek()
|
/fs/ext4/ |
D | file.c | 218 loff_t ext4_llseek(struct file *file, loff_t offset, int origin) in ext4_llseek()
|
D | dir.c | 322 loff_t ext4_dir_llseek(struct file *file, loff_t offset, int origin) in ext4_dir_llseek()
|
/fs/9p/ |
D | vfs_file.c | 471 loff_t origin = *offset; in v9fs_file_write_internal() local 518 loff_t origin = *offset; in v9fs_file_write() local
|
/fs/btrfs/ |
D | file.c | 1737 static int find_desired_extent(struct inode *inode, loff_t *offset, int origin) in find_desired_extent() 1848 static loff_t btrfs_file_llseek(struct file *file, loff_t offset, int origin) in btrfs_file_llseek()
|
/fs/configfs/ |
D | dir.c | 1037 static int configfs_depend_prep(struct dentry *origin, in configfs_depend_prep() 1616 static loff_t configfs_dir_lseek(struct file * file, loff_t offset, int origin) in configfs_dir_lseek()
|
/fs/ceph/ |
D | file.c | 793 static loff_t ceph_llseek(struct file *file, loff_t offset, int origin) in ceph_llseek()
|
D | dir.c | 458 static loff_t ceph_dir_llseek(struct file *file, loff_t offset, int origin) in ceph_dir_llseek()
|
/fs/cifs/ |
D | cifsfs.c | 701 static loff_t cifs_llseek(struct file *file, loff_t offset, int origin) in cifs_llseek()
|
/fs/ubifs/ |
D | dir.c | 490 static loff_t ubifs_dir_llseek(struct file *file, loff_t offset, int origin) in ubifs_dir_llseek()
|
/fs/gfs2/ |
D | file.c | 55 static loff_t gfs2_llseek(struct file *file, loff_t offset, int origin) in gfs2_llseek()
|
/fs/ocfs2/ |
D | extent_map.c | 834 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int origin) in ocfs2_seek_data_hole_offset()
|
D | file.c | 2638 static loff_t ocfs2_file_llseek(struct file *file, loff_t offset, int origin) in ocfs2_file_llseek()
|
/fs/nfs/ |
D | file.c | 138 static loff_t nfs_file_llseek(struct file *filp, loff_t offset, int origin) in nfs_file_llseek()
|
D | dir.c | 923 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int origin) in nfs_llseek_dir()
|
/fs/ntfs/ |
D | layout.h | 1140 } __attribute__ ((__packed__)) origin; member 1164 } __attribute__ ((__packed__)) origin; member
|
/fs/fuse/ |
D | file.c | 1599 static loff_t fuse_file_llseek(struct file *file, loff_t offset, int origin) in fuse_file_llseek()
|