Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/fs/ocfs2/
Dextent_map.c762 ret = fiemap_check_flags(fieinfo, OCFS2_FIEMAP_FLAGS); in ocfs2_fiemap()
/linux-4.4.14/fs/nilfs2/
Dinode.c1001 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in nilfs_fiemap()
/linux-4.4.14/fs/xfs/
Dxfs_iops.c1065 error = fiemap_check_flags(fieinfo, XFS_FIEMAP_FLAGS); in xfs_vn_fiemap()
/linux-4.4.14/fs/f2fs/
Ddata.c770 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in f2fs_fiemap()
/linux-4.4.14/fs/gfs2/
Dinode.c2062 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in gfs2_fiemap()
/linux-4.4.14/include/linux/
Dfs.h1547 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags);
/linux-4.4.14/fs/ext4/
Dextents.c5198 if (fiemap_check_flags(fieinfo, EXT4_FIEMAP_FLAGS)) in ext4_fiemap()
/linux-4.4.14/fs/btrfs/
Dinode.c8532 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS); in btrfs_fiemap()