Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/Linux-v5.10/include/linux/
Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/Linux-v5.10/fs/xfs/
Dxfs_file.c823 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
875 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()
885 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/Linux-v5.10/fs/
Dopen.c252 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
253 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/Linux-v5.10/fs/f2fs/
Dfile.c1706 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1710 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1715 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1726 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/Linux-v5.10/fs/ext4/
Dextents.c4643 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4648 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4663 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
/Linux-v5.10/include/trace/events/
Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/Linux-v5.10/Documentation/filesystems/
Dfscrypt.rst1053 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and