Searched refs:FALLOC_FL_ALLOCATE_RANGE (Results 1 – 5 of 5) sorted by relevance
5 #define FALLOC_FL_ALLOCATE_RANGE 0x00 /* allocate range */ macro
34 #define FALLOC_FL_MODE_MASK (FALLOC_FL_ALLOCATE_RANGE | \
1320 case FALLOC_FL_ALLOCATE_RANGE: in __xfs_file_fallocate()
271 case FALLOC_FL_ALLOCATE_RANGE: in vfs_fallocate()
4749 if ((mode & FALLOC_FL_MODE_MASK) == FALLOC_FL_ALLOCATE_RANGE) { in ext4_fallocate()