Home
last modified time | relevance | path

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

/fs/
Dioctl.c143 int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags) in fiemap_check_flags() function
154 EXPORT_SYMBOL(fiemap_check_flags);
302 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in __generic_block_fiemap()
/fs/iomap/
Dfiemap.c77 ret = fiemap_check_flags(fi, FIEMAP_FLAG_SYNC); in iomap_fiemap()
/fs/ocfs2/
Dextent_map.c749 ret = fiemap_check_flags(fieinfo, OCFS2_FIEMAP_FLAGS); in ocfs2_fiemap()
/fs/nilfs2/
Dinode.c1008 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC); in nilfs_fiemap()
/fs/f2fs/
Ddata.c1720 ret = fiemap_check_flags(fieinfo, FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR); in f2fs_fiemap()
/fs/cifs/
Dsmb2ops.c3199 if (fiemap_check_flags(fei, FIEMAP_FLAG_SYNC)) in smb3_fiemap()
/fs/ext4/
Dextents.c5139 if (fiemap_check_flags(fieinfo, ext4_fiemap_flags)) in _ext4_fiemap()
/fs/btrfs/
Dinode.c8769 ret = fiemap_check_flags(fieinfo, BTRFS_FIEMAP_FLAGS); in btrfs_fiemap()