/fs/partitions/ |
D | msdos.c | 200 u32 offset, u32 size, int origin) in parse_solaris_x86() argument 215 printk(" %s%d: <solaris:", state->name, origin); in parse_solaris_x86() 247 u32 offset, u32 size, int origin, char *flavour, in parse_bsd() argument 261 printk(" %s%d: <%s:", state->name, origin, flavour); in parse_bsd() 293 u32 offset, u32 size, int origin) in parse_freebsd() argument 296 parse_bsd(state, bdev, offset, size, origin, in parse_freebsd() 303 u32 offset, u32 size, int origin) in parse_netbsd() argument 306 parse_bsd(state, bdev, offset, size, origin, in parse_netbsd() 313 u32 offset, u32 size, int origin) in parse_openbsd() argument 316 parse_bsd(state, bdev, offset, size, origin, in parse_openbsd() [all …]
|
/fs/ |
D | read_write.c | 44 generic_file_llseek_unlocked(struct file *file, loff_t offset, int origin) in generic_file_llseek_unlocked() argument 48 switch (origin) { in generic_file_llseek_unlocked() 88 loff_t generic_file_llseek(struct file *file, loff_t offset, int origin) in generic_file_llseek() argument 93 rval = generic_file_llseek_unlocked(file, offset, origin); in generic_file_llseek() 100 loff_t no_llseek(struct file *file, loff_t offset, int origin) in no_llseek() argument 106 loff_t default_llseek(struct file *file, loff_t offset, int origin) in default_llseek() argument 111 switch (origin) { in default_llseek() 136 loff_t vfs_llseek(struct file *file, loff_t offset, int origin) in vfs_llseek() argument 146 return fn(file, offset, origin); in vfs_llseek() 150 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, origin) in SYSCALL_DEFINE3() argument [all …]
|
D | pnode.c | 152 struct vfsmount *origin) in propagation_next() argument 162 if (master == origin->mnt_master) { in propagation_next() 164 return ((next == origin) ? NULL : next); in propagation_next()
|
D | seq_file.c | 281 loff_t seq_lseek(struct file *file, loff_t offset, int origin) in seq_lseek() argument 288 switch (origin) { in seq_lseek()
|
D | bad_inode.c | 19 static loff_t bad_file_llseek(struct file *file, loff_t offset, int origin) in bad_file_llseek() argument
|
D | libfs.c | 78 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int origin) in dcache_dir_lseek() argument 81 switch (origin) { in dcache_dir_lseek()
|
D | block_dev.c | 214 static loff_t block_llseek(struct file *file, loff_t offset, int origin) in block_llseek() argument 223 switch (origin) { in block_llseek()
|
/fs/9p/ |
D | vfs_file.c | 212 int origin = *offset; in v9fs_file_write() local 237 invalidate_inode_pages2_range(inode->i_mapping, origin, in v9fs_file_write() 238 origin+total); in v9fs_file_write()
|
/fs/nfs/ |
D | file.c | 43 static loff_t nfs_file_llseek(struct file *file, loff_t offset, int origin); 179 static loff_t nfs_file_llseek(struct file *filp, loff_t offset, int origin) in nfs_file_llseek() argument 186 offset, origin); in nfs_file_llseek() 189 if (origin == SEEK_END) { in nfs_file_llseek() 197 loff = generic_file_llseek_unlocked(filp, offset, origin); in nfs_file_llseek() 200 loff = generic_file_llseek_unlocked(filp, offset, origin); in nfs_file_llseek()
|
D | dir.c | 608 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int origin) in nfs_llseek_dir() argument 616 offset, origin); in nfs_llseek_dir() 619 switch (origin) { in nfs_llseek_dir()
|
/fs/configfs/ |
D | dir.c | 950 static int configfs_depend_prep(struct dentry *origin, in configfs_depend_prep() argument 953 struct configfs_dirent *child_sd, *sd = origin->d_fsdata; in configfs_depend_prep() 956 BUG_ON(!origin || !sd); in configfs_depend_prep() 987 static void configfs_depend_rollback(struct dentry *origin, in configfs_depend_rollback() argument 992 while (dentry != origin) { in configfs_depend_rollback() 997 mutex_unlock(&origin->d_inode->i_mutex); in configfs_depend_rollback() 1526 static loff_t configfs_dir_lseek(struct file * file, loff_t offset, int origin) in configfs_dir_lseek() argument 1531 switch (origin) { in configfs_dir_lseek()
|
/fs/gfs2/ |
D | ops_file.c | 55 static loff_t gfs2_llseek(struct file *file, loff_t offset, int origin) in gfs2_llseek() argument 61 if (origin == 2) { in gfs2_llseek() 65 error = generic_file_llseek_unlocked(file, offset, origin); in gfs2_llseek() 69 error = generic_file_llseek_unlocked(file, offset, origin); in gfs2_llseek()
|
/fs/ncpfs/ |
D | file.c | 285 static loff_t ncp_remote_llseek(struct file *file, loff_t offset, int origin) in ncp_remote_llseek() argument 289 ret = generic_file_llseek_unlocked(file, offset, origin); in ncp_remote_llseek()
|
D | ioctl.c | 522 if (rqdata.origin != 0) in __ncp_ioctl()
|
/fs/smbfs/ |
D | file.c | 425 static loff_t smb_remote_llseek(struct file *file, loff_t offset, int origin) in smb_remote_llseek() argument 429 ret = generic_file_llseek_unlocked(file, offset, origin); in smb_remote_llseek()
|
/fs/cifs/ |
D | cifsfs.c | 624 static loff_t cifs_llseek(struct file *file, loff_t offset, int origin) in cifs_llseek() argument 627 if (origin == SEEK_END) { in cifs_llseek() 639 return generic_file_llseek_unlocked(file, offset, origin); in cifs_llseek()
|
/fs/ntfs/ |
D | layout.h | 1151 } __attribute__ ((__packed__)) origin; member 1175 } __attribute__ ((__packed__)) origin; member
|
/fs/ubifs/ |
D | dir.c | 469 static loff_t ubifs_dir_llseek(struct file *file, loff_t offset, int origin) in ubifs_dir_llseek() argument 473 return generic_file_llseek(file, offset, origin); in ubifs_dir_llseek()
|
/fs/fuse/ |
D | file.c | 1458 static loff_t fuse_file_llseek(struct file *file, loff_t offset, int origin) in fuse_file_llseek() argument 1464 switch (origin) { in fuse_file_llseek()
|