Home
last modified time | relevance | path

Searched refs:FALLOC_FL_INSERT_RANGE (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfalloc.h46 * FALLOC_FL_INSERT_RANGE is use to insert space within the file size without
60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfalloc.h46 * FALLOC_FL_INSERT_RANGE is use to insert space within the file size without
60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfalloc.h26 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfalloc.h26 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfalloc.h13 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/kernel/linux/linux-5.10/include/linux/
H A Dfalloc.h32 FALLOC_FL_INSERT_RANGE | \
/kernel/linux/linux-6.6/include/linux/
H A Dfalloc.h32 FALLOC_FL_INSERT_RANGE | \
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfile.c459 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
464 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
484 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
559 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/kernel/linux/linux-5.10/fs/
H A Dopen.c257 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
258 (mode & ~FALLOC_FL_INSERT_RANGE)) in vfs_fallocate()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_file.c841 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
925 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_file.c943 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
1027 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/kernel/linux/linux-6.6/fs/
H A Dopen.c272 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
273 (mode & ~FALLOC_FL_INSERT_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()
1737 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1742 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1760 } else if (mode & FALLOC_FL_INSERT_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()
1803 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1808 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1826 } else if (mode & FALLOC_FL_INSERT_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()
4706 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4725 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
5420 * This function implements the FALLOC_FL_INSERT_RANGE flag of fallocate.
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents.c4721 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4727 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4746 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
5427 * This function implements the FALLOC_FL_INSERT_RANGE flag of fallocate.
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c3959 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()

Completed in 39 milliseconds