Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfalloc.h28 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/linux-4.4.14/include/linux/
Dfalloc.h26 FALLOC_FL_COLLAPSE_RANGE | \
/linux-4.4.14/fs/
Dopen.c250 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
251 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/linux-4.4.14/fs/f2fs/
Dfile.c1221 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1225 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1236 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/linux-4.4.14/fs/xfs/
Dxfs_file.c914 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
949 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/linux-4.4.14/fs/ext4/
Dextents.c4937 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE | in ext4_fallocate()
4943 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4954 if (mode & FALLOC_FL_COLLAPSE_RANGE) in ext4_fallocate()
/linux-4.4.14/include/trace/events/
Dext4.h72 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \