Searched refs:FALLOC_FL_INSERT_RANGE (Results 1 – 7 of 7) sorted by relevance
61 #define FALLOC_FL_INSERT_RANGE 0x20 macro
38 FALLOC_FL_INSERT_RANGE | \
593 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate() 598 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate() 618 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate() 695 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
1412 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE | \ in __xfs_file_fallocate() 1453 case FALLOC_FL_INSERT_RANGE: in xfs_file_zoned_fallocate()
2005 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate() 2010 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate() 2021 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) { in f2fs_fallocate() 2045 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
1229 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
4043 else if (mode == FALLOC_FL_INSERT_RANGE) in smb2_downgrade_oplock()