Searched refs:fiemap_prep (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/include/linux/ |
D | fiemap.h | 16 int fiemap_prep(struct inode *inode, struct fiemap_extent_info *fieinfo,
|
/linux-6.12.1/fs/iomap/ |
D | fiemap.c | 76 ret = fiemap_prep(inode, fi, start, &iter.len, 0); in iomap_fiemap()
|
/linux-6.12.1/Documentation/filesystems/ |
D | fiemap.rst | 209 fiemap_prep() helper:: 211 int fiemap_prep(struct inode *inode, struct fiemap_extent_info *fieinfo, 216 fiemap_prep finds invalid user flags, it will place the bad values in 218 fiemap_prep(), it should immediately exit, returning that error back to
|
/linux-6.12.1/fs/ |
D | ioctl.c | 168 int fiemap_prep(struct inode *inode, struct fiemap_extent_info *fieinfo, in fiemap_prep() function 198 EXPORT_SYMBOL(fiemap_prep);
|
/linux-6.12.1/fs/btrfs/ |
D | fiemap.c | 887 ret = fiemap_prep(inode, fieinfo, start, &len, 0); in btrfs_fiemap()
|
/linux-6.12.1/fs/ocfs2/ |
D | extent_map.c | 745 ret = fiemap_prep(inode, fieinfo, map_start, &map_len, 0); in ocfs2_fiemap()
|
/linux-6.12.1/fs/nilfs2/ |
D | inode.c | 1128 ret = fiemap_prep(inode, fieinfo, start, &len, 0); in nilfs_fiemap()
|
/linux-6.12.1/fs/ntfs3/ |
D | file.c | 1346 err = fiemap_prep(inode, fieinfo, start, &len, ~FIEMAP_FLAG_XATTR); in ntfs_fiemap()
|
/linux-6.12.1/fs/bcachefs/ |
D | fs.c | 1252 ret = fiemap_prep(&ei->v, info, start, &len, FIEMAP_FLAG_SYNC); in bch2_fiemap()
|
/linux-6.12.1/fs/f2fs/ |
D | data.c | 1943 ret = fiemap_prep(inode, fieinfo, start, &len, FIEMAP_FLAG_XATTR); in f2fs_fiemap()
|
/linux-6.12.1/fs/ext4/ |
D | extents.c | 5057 error = fiemap_prep(inode, fieinfo, start, &len, 0); in ext4_get_es_cache()
|
/linux-6.12.1/fs/smb/client/ |
D | smb2ops.c | 3843 rc = fiemap_prep(d_inode(cfile->dentry), fei, start, &len, 0); in smb3_fiemap()
|