Home
last modified time | relevance | path

Searched refs:FALLOC_FL_ALLOCATE_RANGE (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dfalloc.h5 #define FALLOC_FL_ALLOCATE_RANGE 0x00 /* allocate range */ macro
/linux/include/linux/
H A Dfalloc.h34 #define FALLOC_FL_MODE_MASK (FALLOC_FL_ALLOCATE_RANGE | \
/linux/fs/ntfs/
H A Dfile.c1051 (FALLOC_FL_ALLOCATE_RANGE | FALLOC_FL_KEEP_SIZE | \ in ntfs_fallocate()
1103 case FALLOC_FL_ALLOCATE_RANGE: in ntfs_fallocate()
/linux/fs/ext4/
H A Dextents.c4895 if ((mode & FALLOC_FL_MODE_MASK) == FALLOC_FL_ALLOCATE_RANGE) { in ext4_fallocate()