Home
last modified time | relevance | path

Searched refs:fiemap_check_flags (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/
Dioctl.c138 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/
Dfiemap.txt204 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/
Dextent_map.c760 ret = fiemap_check_flags(fieinfo, OCFS2_FIEMAP_FLAGS); in ocfs2_fiemap()
/linux-4.1.27/fs/xfs/
Dxfs_iops.c1068 error = fiemap_check_flags(fieinfo, XFS_FIEMAP_FLAGS); in xfs_vn_fiemap()
/linux-4.1.27/fs/nilfs2/
Dinode.c1019 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in nilfs_fiemap()
/linux-4.1.27/fs/gfs2/
Dinode.c1889 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in gfs2_fiemap()
/linux-4.1.27/include/linux/
Dfs.h1526 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags);
/linux-4.1.27/fs/ext4/
Dextents.c5170 if (fiemap_check_flags(fieinfo, EXT4_FIEMAP_FLAGS)) in ext4_fiemap()
/linux-4.1.27/fs/btrfs/
Dinode.c8404 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS); in btrfs_fiemap()