Searched refs:fiemap_check_flags (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/ |
D | ioctl.c | 142 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags) in fiemap_check_flags() function 153 EXPORT_SYMBOL(fiemap_check_flags); 293 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in __generic_block_fiemap()
|
D | iomap.c | 1169 ret = fiemap_check_flags(fi, FIEMAP_FLAG_SYNC); in iomap_fiemap()
|
/Linux-v4.19/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-v4.19/fs/ocfs2/ |
D | extent_map.c | 763 ret = fiemap_check_flags(fieinfo, OCFS2_FIEMAP_FLAGS); in ocfs2_fiemap()
|
/Linux-v4.19/fs/nilfs2/ |
D | inode.c | 1008 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in nilfs_fiemap()
|
/Linux-v4.19/fs/f2fs/ |
D | data.c | 1371 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR); in f2fs_fiemap()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1664 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags);
|
/Linux-v4.19/fs/ext4/ |
D | extents.c | 5173 if (fiemap_check_flags(fieinfo, EXT4_FIEMAP_FLAGS)) in ext4_fiemap()
|
/Linux-v4.19/fs/btrfs/ |
D | inode.c | 8609 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS); in btrfs_fiemap()
|