Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/linux/include/linux/
A Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/linux/fs/xfs/
A 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/fs/ntfs3/
A Dfile.c550 FALLOC_FL_COLLAPSE_RANGE)) { in ntfs_fallocate()
629 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
630 if (mode & ~FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
/linux/Documentation/admin-guide/cifs/
A Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/linux/fs/
A Dopen.c250 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
251 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/linux/fs/f2fs/
A 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/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/include/trace/events/
A Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/linux/Documentation/filesystems/
A Dfscrypt.rst1053 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and
/linux/fs/cifs/
A Dsmb2ops.c4116 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()

Completed in 41 milliseconds