Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 – 11 of 11) sorted by relevance
29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
30 FALLOC_FL_COLLAPSE_RANGE | \
460 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()466 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()485 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in ntfs_fallocate()533 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
883 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \934 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()948 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
267 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()268 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
1805 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()1813 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()1818 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()1833 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
4691 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()4696 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()4711 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
1072 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and
3964 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()
Completed in 41 milliseconds