Home
last modified time | relevance | path

Searched refs:FALLOC_FL_INSERT_RANGE (Results 1 – 9 of 9) 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.h60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfalloc.h60 #define FALLOC_FL_INSERT_RANGE 0x20 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.h60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfalloc.h32 FALLOC_FL_INSERT_RANGE | \
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c843 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
924 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c258 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
259 (mode & ~FALLOC_FL_INSERT_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()
1761 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1766 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1784 } else if (mode & FALLOC_FL_INSERT_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()
4694 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4714 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfscrypt.rst1054 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will