Home
last modified time | relevance | path

Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfalloc.h10 * FALLOC_FL_COLLAPSE_RANGE is used to remove a range of a file
29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfalloc.h10 * FALLOC_FL_COLLAPSE_RANGE is used to remove a range of a file
29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfalloc.h24 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfalloc.h24 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfalloc.h11 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/kernel/linux/linux-5.10/include/linux/
H A Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/kernel/linux/linux-6.6/include/linux/
H A Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfile.c458 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
464 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
483 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in ntfs_fallocate()
537 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_file.c840 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
891 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()
905 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_file.c942 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
993 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()
1007 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/kernel/linux/linux-5.10/fs/
H A Dopen.c252 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
253 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/kernel/linux/linux-6.6/fs/
H A Dopen.c267 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
268 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dfile.c1732 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1736 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1741 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1756 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c1794 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1802 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1807 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1822 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/kernel/linux/linux-5.10/fs/ext4/
H A Dextents.c4700 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4705 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4720 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents.c4721 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4726 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4741 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
/kernel/linux/linux-5.10/include/trace/events/
H A Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/kernel/linux/linux-6.6/include/trace/events/
H A Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c3957 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()

Completed in 44 milliseconds