Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfalloc.h34 #define FALLOC_FL_MODE_MASK (FALLOC_FL_ALLOCATE_RANGE | \ macro
/linux/fs/
H A Dopen.c259 if (mode & ~(FALLOC_FL_MODE_MASK | FALLOC_FL_KEEP_SIZE)) in vfs_fallocate()
269 switch (mode & FALLOC_FL_MODE_MASK) { in vfs_fallocate()
/linux/fs/xfs/
H A Dxfs_file.c1506 switch (mode & FALLOC_FL_MODE_MASK) { in xfs_file_zoned_fallocate()
1558 if ((mode & FALLOC_FL_MODE_MASK) == FALLOC_FL_ZERO_RANGE && in xfs_file_fadvise()
/linux/fs/ext4/
H A Dextents.c4886 if ((mode & FALLOC_FL_MODE_MASK) == FALLOC_FL_ALLOCATE_RANGE) { in ext4_fallocate()
4902 switch (mode & FALLOC_FL_MODE_MASK) { in ext4_fallocate()