Searched refs:vfs_setpos (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/fs/ |
| H A D | read_write.c | 83 loff_t vfs_setpos(struct file *file, loff_t offset, loff_t maxsize) in vfs_setpos() function 87 EXPORT_SYMBOL(vfs_setpos); 180 return vfs_setpos(file, file->f_pos + offset, maxsize); in generic_file_llseek_size() 182 return vfs_setpos(file, file->f_pos + offset, maxsize); in generic_file_llseek_size() 185 return vfs_setpos(file, offset, maxsize); in generic_file_llseek_size()
|
| H A D | libfs.c | 458 return vfs_setpos(file, offset, LONG_MAX); in offset_dir_llseek()
|
| /linux-6.15/fs/erofs/ |
| H A D | data.c | 448 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in erofs_file_llseek()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-io.c | 1009 return vfs_setpos(file, next_data, MAX_LFS_FILESIZE); in bch2_seek_data() 1061 return vfs_setpos(file, next_hole, MAX_LFS_FILESIZE); in bch2_seek_hole()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | file.c | 259 return vfs_setpos(file, 0, 0); in ovl_llseek()
|
| /linux-6.15/fs/ext4/ |
| H A D | file.c | 959 return vfs_setpos(file, offset, maxbytes); in ext4_llseek()
|
| /linux-6.15/fs/gfs2/ |
| H A D | inode.c | 2138 return vfs_setpos(file, ret, inode->i_sb->s_maxbytes); in gfs2_seek_data() 2157 return vfs_setpos(file, ret, inode->i_sb->s_maxbytes); in gfs2_seek_hole()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_file.c | 1653 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in xfs_file_llseek()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs42proc.c | 860 return vfs_setpos(filep, res.sr_offset, inode->i_sb->s_maxbytes); in _nfs42_proc_llseek()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | file.c | 2685 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in ocfs2_file_llseek()
|
| /linux-6.15/fs/btrfs/ |
| H A D | file.c | 3637 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in btrfs_file_llseek()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3384 extern loff_t vfs_setpos(struct file *file, loff_t offset, loff_t maxsize);
|
| /linux-6.15/fs/fuse/ |
| H A D | file.c | 2894 return vfs_setpos(file, outarg.offset, inode->i_sb->s_maxbytes); in fuse_lseek()
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 3642 offset = vfs_setpos(file, offset, MAX_LFS_FILESIZE); in shmem_file_llseek()
|
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 508 return vfs_setpos(file, data_ofs, maxbytes); in f2fs_seek_block()
|
| /linux-6.15/fs/smb/client/ |
| H A D | smb2ops.c | 3809 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in smb3_llseek()
|