Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/Linux-v5.15/include/linux/
Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/Linux-v5.15/fs/ntfs3/
Dfile.c549 FALLOC_FL_COLLAPSE_RANGE)) { in ntfs_fallocate()
628 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
629 if (mode & ~FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
/Linux-v5.15/fs/xfs/
Dxfs_file.c901 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
953 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()
963 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/Linux-v5.15/Documentation/admin-guide/cifs/
Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/Linux-v5.15/fs/
Dopen.c250 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
251 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/Linux-v5.15/fs/f2fs/
Dfile.c1748 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1752 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1757 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1768 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/Linux-v5.15/fs/ext4/
Dextents.c4656 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4661 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4676 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
/Linux-v5.15/include/trace/events/
Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/Linux-v5.15/Documentation/filesystems/
Dfscrypt.rst1053 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and
/Linux-v5.15/fs/cifs/
Dsmb2ops.c4111 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()