Searched refs:fiemap_check_flags (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/fs/ocfs2/ |
D | extent_map.c | 762 ret = fiemap_check_flags(fieinfo, OCFS2_FIEMAP_FLAGS); in ocfs2_fiemap()
|
/linux-4.4.14/fs/nilfs2/ |
D | inode.c | 1001 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in nilfs_fiemap()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_iops.c | 1065 error = fiemap_check_flags(fieinfo, XFS_FIEMAP_FLAGS); in xfs_vn_fiemap()
|
/linux-4.4.14/fs/f2fs/ |
D | data.c | 770 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in f2fs_fiemap()
|
/linux-4.4.14/fs/gfs2/ |
D | inode.c | 2062 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in gfs2_fiemap()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1547 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags);
|
/linux-4.4.14/fs/ext4/ |
D | extents.c | 5198 if (fiemap_check_flags(fieinfo, EXT4_FIEMAP_FLAGS)) in ext4_fiemap()
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 8532 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS); in btrfs_fiemap()
|