Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dfalloc.h60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/Linux-v6.6/include/linux/
Dfalloc.h32 FALLOC_FL_INSERT_RANGE | \
/Linux-v6.6/fs/ntfs3/
Dfile.c456 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
461 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
481 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
550 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/Linux-v6.6/fs/xfs/
Dxfs_file.c906 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
990 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/Linux-v6.6/Documentation/admin-guide/cifs/
Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/Linux-v6.6/fs/
Dopen.c272 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
273 (mode & ~FALLOC_FL_INSERT_RANGE)) in vfs_fallocate()
/Linux-v6.6/fs/f2fs/
Dfile.c1804 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1813 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1818 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1836 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/Linux-v6.6/fs/ext4/
Dextents.c4690 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4696 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4715 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
/Linux-v6.6/Documentation/filesystems/
Dfscrypt.rst1147 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/Linux-v6.6/fs/smb/client/
Dsmb2ops.c3920 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()