Home
last modified time | relevance | path

Searched defs:origin (Results 1 – 22 of 22) sorted by relevance

/fs/
Dread_write.c69 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
Dpnode.c145 struct mount *origin) in propagation_next()
Dbad_inode.c19 static loff_t bad_file_llseek(struct file *file, loff_t offset, int origin) in bad_file_llseek()
Dseq_file.c299 loff_t seq_lseek(struct file *file, loff_t offset, int origin) in seq_lseek()
Dlibfs.c84 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int origin) in dcache_dir_lseek()
Dblock_dev.c384 static loff_t block_llseek(struct file *file, loff_t offset, int origin) in block_llseek()
/fs/ext4/
Dfile.c218 loff_t ext4_llseek(struct file *file, loff_t offset, int origin) in ext4_llseek()
Ddir.c322 loff_t ext4_dir_llseek(struct file *file, loff_t offset, int origin) in ext4_dir_llseek()
/fs/9p/
Dvfs_file.c471 loff_t origin = *offset; in v9fs_file_write_internal() local
518 loff_t origin = *offset; in v9fs_file_write() local
/fs/btrfs/
Dfile.c1737 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/
Ddir.c1037 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/
Dfile.c793 static loff_t ceph_llseek(struct file *file, loff_t offset, int origin) in ceph_llseek()
Ddir.c458 static loff_t ceph_dir_llseek(struct file *file, loff_t offset, int origin) in ceph_dir_llseek()
/fs/cifs/
Dcifsfs.c701 static loff_t cifs_llseek(struct file *file, loff_t offset, int origin) in cifs_llseek()
/fs/ubifs/
Ddir.c490 static loff_t ubifs_dir_llseek(struct file *file, loff_t offset, int origin) in ubifs_dir_llseek()
/fs/gfs2/
Dfile.c55 static loff_t gfs2_llseek(struct file *file, loff_t offset, int origin) in gfs2_llseek()
/fs/ocfs2/
Dextent_map.c834 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int origin) in ocfs2_seek_data_hole_offset()
Dfile.c2638 static loff_t ocfs2_file_llseek(struct file *file, loff_t offset, int origin) in ocfs2_file_llseek()
/fs/nfs/
Dfile.c138 static loff_t nfs_file_llseek(struct file *filp, loff_t offset, int origin) in nfs_file_llseek()
Ddir.c923 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int origin) in nfs_llseek_dir()
/fs/ntfs/
Dlayout.h1140 } __attribute__ ((__packed__)) origin; member
1164 } __attribute__ ((__packed__)) origin; member
/fs/fuse/
Dfile.c1599 static loff_t fuse_file_llseek(struct file *file, loff_t offset, int origin) in fuse_file_llseek()