Searched refs:fiemap_check_flags (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/ |
D | ioctl.c | 138 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags) in fiemap_check_flags() function 149 EXPORT_SYMBOL(fiemap_check_flags); 262 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in __generic_block_fiemap()
|
/linux-4.1.27/Documentation/filesystems/ |
D | fiemap.txt | 204 fiemap_check_flags() helper: 206 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags); 210 fiemap_check_flags finds invalid user flags, it will place the bad values in 212 fiemap_check_flags(), it should immediately exit, returning that error back to
|
/linux-4.1.27/fs/ocfs2/ |
D | extent_map.c | 760 ret = fiemap_check_flags(fieinfo, OCFS2_FIEMAP_FLAGS); in ocfs2_fiemap()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 1068 error = fiemap_check_flags(fieinfo, XFS_FIEMAP_FLAGS); in xfs_vn_fiemap()
|
/linux-4.1.27/fs/nilfs2/ |
D | inode.c | 1019 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in nilfs_fiemap()
|
/linux-4.1.27/fs/gfs2/ |
D | inode.c | 1889 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in gfs2_fiemap()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1526 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags);
|
/linux-4.1.27/fs/ext4/ |
D | extents.c | 5170 if (fiemap_check_flags(fieinfo, EXT4_FIEMAP_FLAGS)) in ext4_fiemap()
|
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 8404 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS); in btrfs_fiemap()
|