Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c842 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
894 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()
904 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c253 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
254 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c1756 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1760 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1765 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1780 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c4688 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4693 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4709 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfscrypt.rst1053 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and