Home
last modified time | relevance | path

Searched refs:FALLOC_FL_ALLOCATE_RANGE (Results 1 – 6 of 6) 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/xfs/
H A Dxfs_file.c1470 (FALLOC_FL_ALLOCATE_RANGE | FALLOC_FL_KEEP_SIZE | \
1522 case FALLOC_FL_ALLOCATE_RANGE: in __xfs_file_fallocate()
/linux/fs/exfat/
H A Dfile.c110 if (mode != FALLOC_FL_ALLOCATE_RANGE) in exfat_fallocate()
/linux/fs/
H A Dopen.c270 case FALLOC_FL_ALLOCATE_RANGE: in vfs_fallocate()
/linux/fs/ext4/
H A Dextents.c4886 if ((mode & FALLOC_FL_MODE_MASK) == FALLOC_FL_ALLOCATE_RANGE) { in ext4_fallocate()