Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/linux-6.3-rc2/include/linux/
A Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/linux-6.3-rc2/fs/ntfs3/
A Dfile.c460 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
466 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
485 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in ntfs_fallocate()
533 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
/linux-6.3-rc2/fs/xfs/
A Dxfs_file.c883 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
934 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()
948 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/linux-6.3-rc2/Documentation/admin-guide/cifs/
A Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/linux-6.3-rc2/fs/
A Dopen.c267 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
268 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/linux-6.3-rc2/fs/f2fs/
A Dfile.c1805 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1813 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1818 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1833 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/linux-6.3-rc2/fs/ext4/
A Dextents.c4691 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4696 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4711 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
/linux-6.3-rc2/include/trace/events/
A Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/linux-6.3-rc2/Documentation/filesystems/
A Dfscrypt.rst1072 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and
/linux-6.3-rc2/fs/cifs/
A Dsmb2ops.c3964 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()

Completed in 41 milliseconds