Home
last modified time | relevance | path

Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfalloc.h28 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/linux-4.1.27/include/linux/
Dfalloc.h26 FALLOC_FL_COLLAPSE_RANGE | \
/linux-4.1.27/fs/
Dopen.c248 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
249 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/linux-4.1.27/fs/xfs/
Dxfs_file.c865 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
900 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/linux-4.1.27/fs/ext4/
Dextents.c4914 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE))) in ext4_fallocate()
4919 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE)) in ext4_fallocate()
4929 if (mode & FALLOC_FL_COLLAPSE_RANGE) in ext4_fallocate()
/linux-4.1.27/include/trace/events/
Dext4.h72 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \