Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfalloc.h30 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/linux-6.15/include/linux/
H A Dfalloc.h36 FALLOC_FL_COLLAPSE_RANGE | \
/linux-6.15/fs/ntfs3/
H A Dfile.c587 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
593 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
612 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in ntfs_fallocate()
666 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
/linux-6.15/fs/xfs/
H A Dxfs_file.c1270 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
1308 case FALLOC_FL_COLLAPSE_RANGE: in __xfs_file_fallocate()
1379 FALLOC_FL_COLLAPSE_RANGE))) in xfs_file_fallocate()
/linux-6.15/fs/f2fs/
H A Dfile.c1932 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1936 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1947 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1968 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/linux-6.15/fs/bcachefs/
H A Dfs-io.c841 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in bch2_fallocate_dispatch()
/linux-6.15/fs/
H A Dopen.c279 case FALLOC_FL_COLLAPSE_RANGE: in vfs_fallocate()
/linux-6.15/fs/ext4/
H A Dextents.c4728 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4733 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4767 else if (mode & FALLOC_FL_COLLAPSE_RANGE) in ext4_fallocate()
/linux-6.15/include/trace/events/
H A Dext4.h94 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/linux-6.15/Documentation/filesystems/
H A Dfscrypt.rst1200 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and
/linux-6.15/fs/smb/client/
H A Dsmb2ops.c3901 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()