Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfalloc.h5 #define FALLOC_FL_ALLOCATE_RANGE 0x00 /* allocate range */ macro
/linux-6.15/include/linux/
H A Dfalloc.h34 #define FALLOC_FL_MODE_MASK (FALLOC_FL_ALLOCATE_RANGE | \
/linux-6.15/fs/xfs/
H A Dxfs_file.c1320 case FALLOC_FL_ALLOCATE_RANGE: in __xfs_file_fallocate()
/linux-6.15/fs/
H A Dopen.c271 case FALLOC_FL_ALLOCATE_RANGE: in vfs_fallocate()
/linux-6.15/fs/ext4/
H A Dextents.c4749 if ((mode & FALLOC_FL_MODE_MASK) == FALLOC_FL_ALLOCATE_RANGE) { in ext4_fallocate()