Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 – 6 of 6) sorted by relevance
28 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
26 FALLOC_FL_COLLAPSE_RANGE | \
248 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()249 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
865 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \900 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
4914 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE))) in ext4_fallocate()4919 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE)) in ext4_fallocate()4929 if (mode & FALLOC_FL_COLLAPSE_RANGE) in ext4_fallocate()
72 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \