Searched refs:fiemap_prep (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | fiemap.h | 22 int fiemap_prep(struct inode *inode, struct fiemap_extent_info *fieinfo,
|
| /linux/Documentation/filesystems/ |
| H A D | fiemap.rst | 190 fiemap_prep() helper:: 192 int fiemap_prep(struct inode *inode, struct fiemap_extent_info *fieinfo, 197 fiemap_prep finds invalid user flags, it will place the bad values in 199 fiemap_prep(), it should immediately exit, returning that error back to
|
| /linux/fs/iomap/ |
| H A D | fiemap.c | 72 ret = fiemap_prep(inode, fi, start, &iter.len, 0); in iomap_fiemap()
|
| /linux/fs/ |
| H A D | ioctl.c | 167 int fiemap_prep(struct inode *inode, struct fiemap_extent_info *fieinfo, in fiemap_prep() function 197 EXPORT_SYMBOL(fiemap_prep);
|
| /linux/fs/btrfs/ |
| H A D | fiemap.c | 885 ret = fiemap_prep(inode, fieinfo, start, &len, 0); in btrfs_fiemap()
|
| /linux/fs/ext4/ |
| H A D | extents.c | 5256 error = fiemap_prep(inode, fieinfo, start, &len, 0); in ext4_get_es_cache()
|
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 3983 rc = fiemap_prep(d_inode(cfile->dentry), fei, start, &len, 0); in smb3_fiemap()
|