Searched refs:FALLOC_FL_ALLOCATE_RANGE (Results 1 – 6 of 6) sorted by relevance
5 #define FALLOC_FL_ALLOCATE_RANGE 0x00 /* allocate range */ macro
34 #define FALLOC_FL_MODE_MASK (FALLOC_FL_ALLOCATE_RANGE | \
1124 (FALLOC_FL_ALLOCATE_RANGE | FALLOC_FL_KEEP_SIZE | \1175 case FALLOC_FL_ALLOCATE_RANGE: in ntfs_fallocate()
1540 (FALLOC_FL_ALLOCATE_RANGE | FALLOC_FL_KEEP_SIZE | \1592 case FALLOC_FL_ALLOCATE_RANGE: in __xfs_file_fallocate()
4990 if ((mode & FALLOC_FL_MODE_MASK) == FALLOC_FL_ALLOCATE_RANGE) { in ext4_fallocate()
4348 else if (mode == FALLOC_FL_ALLOCATE_RANGE) in smb3_fallocate()