Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 – 11 of 11) sorted by relevance
30 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
36 FALLOC_FL_COLLAPSE_RANGE | \
587 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()593 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()612 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in ntfs_fallocate()666 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
1270 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \1308 case FALLOC_FL_COLLAPSE_RANGE: in __xfs_file_fallocate()1379 FALLOC_FL_COLLAPSE_RANGE))) in xfs_file_fallocate()
1932 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()1936 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()1947 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()1968 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
841 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in bch2_fallocate_dispatch()
279 case FALLOC_FL_COLLAPSE_RANGE: in vfs_fallocate()
4728 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()4733 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()4767 else if (mode & FALLOC_FL_COLLAPSE_RANGE) in ext4_fallocate()
94 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
1200 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and
3901 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()