Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/Linux-v4.19/include/linux/
Dfalloc.h27 FALLOC_FL_COLLAPSE_RANGE | \
/Linux-v4.19/fs/xfs/
Dxfs_file.c785 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
817 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/Linux-v4.19/fs/
Dopen.c251 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
252 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/Linux-v4.19/fs/f2fs/
Dfile.c1550 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1554 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1565 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/Linux-v4.19/fs/ext4/
Dextents.c4923 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE | in ext4_fallocate()
4929 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4940 if (mode & FALLOC_FL_COLLAPSE_RANGE) in ext4_fallocate()
/Linux-v4.19/Documentation/filesystems/
Dfscrypt.rst446 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE,
/Linux-v4.19/include/trace/events/
Dext4.h74 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \