Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/linux-5.19.10/include/linux/
Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/linux-5.19.10/fs/xfs/
Dxfs_file.c877 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
928 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()
942 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/linux-5.19.10/fs/ntfs3/
Dfile.c547 FALLOC_FL_COLLAPSE_RANGE)) { in ntfs_fallocate()
626 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
627 if (mode & ~FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
/linux-5.19.10/Documentation/admin-guide/cifs/
Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/linux-5.19.10/fs/
Dopen.c266 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
267 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/linux-5.19.10/fs/f2fs/
Dfile.c1764 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1772 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1777 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1792 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/linux-5.19.10/fs/ext4/
Dextents.c4687 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4692 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4707 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
/linux-5.19.10/include/trace/events/
Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/linux-5.19.10/Documentation/filesystems/
Dfscrypt.rst1053 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and
/linux-5.19.10/fs/cifs/
Dsmb2ops.c4210 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()