Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 – 8 of 8) sorted by relevance
29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
27 FALLOC_FL_COLLAPSE_RANGE | \
793 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \825 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
252 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()253 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
1595 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()1599 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()1610 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
4878 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE | in ext4_fallocate()4884 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()4895 if (mode & FALLOC_FL_COLLAPSE_RANGE) in ext4_fallocate()
75 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
958 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE,