Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 – 7 of 7) sorted by relevance
28 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
26 FALLOC_FL_COLLAPSE_RANGE | \
250 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()251 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
1221 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()1225 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()1236 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
914 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \949 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
4937 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE | in ext4_fallocate()4943 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()4954 if (mode & FALLOC_FL_COLLAPSE_RANGE) in ext4_fallocate()
72 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \