Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 – 10 of 10) sorted by relevance
29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
30 FALLOC_FL_COLLAPSE_RANGE | \
842 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \894 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()904 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
253 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()254 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
1756 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()1760 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()1765 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()1780 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
4688 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()4693 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()4709 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
1053 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and