Searched refs:fiemap_check_flags (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/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); 301 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in __generic_block_fiemap()
|
/Linux-v5.4/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-v5.4/fs/iomap/ |
D | fiemap.c | 77 ret = fiemap_check_flags(fi, FIEMAP_FLAG_SYNC); in iomap_fiemap()
|
/Linux-v5.4/fs/ocfs2/ |
D | extent_map.c | 749 ret = fiemap_check_flags(fieinfo, OCFS2_FIEMAP_FLAGS); in ocfs2_fiemap()
|
/Linux-v5.4/fs/nilfs2/ |
D | inode.c | 1008 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in nilfs_fiemap()
|
/Linux-v5.4/include/linux/ |
D | fs.h | 1748 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags);
|
/Linux-v5.4/fs/f2fs/ |
D | data.c | 1565 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR); in f2fs_fiemap()
|
/Linux-v5.4/fs/cifs/ |
D | smb2ops.c | 3200 if (fiemap_check_flags(fei, FIEMAP_FLAG_SYNC)) in smb3_fiemap()
|
/Linux-v5.4/fs/ext4/ |
D | extents.c | 5139 if (fiemap_check_flags(fieinfo, ext4_fiemap_flags)) in _ext4_fiemap()
|
/Linux-v5.4/fs/btrfs/ |
D | inode.c | 8744 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS); in btrfs_fiemap()
|