Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dfalloc.h60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/linux-6.3-rc2/include/linux/
A Dfalloc.h32 FALLOC_FL_INSERT_RANGE | \
/linux-6.3-rc2/fs/ntfs3/
A Dfile.c461 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
466 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
486 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
555 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/linux-6.3-rc2/fs/xfs/
A Dxfs_file.c884 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
968 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/linux-6.3-rc2/Documentation/admin-guide/cifs/
A Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/linux-6.3-rc2/fs/
A Dopen.c272 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
273 (mode & ~FALLOC_FL_INSERT_RANGE)) in vfs_fallocate()
/linux-6.3-rc2/fs/f2fs/
A Dfile.c1805 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1814 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1819 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1837 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/linux-6.3-rc2/fs/ext4/
A Dextents.c4691 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4697 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4716 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
/linux-6.3-rc2/Documentation/filesystems/
A Dfscrypt.rst1073 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/linux-6.3-rc2/fs/cifs/
A Dsmb2ops.c3966 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()

Completed in 38 milliseconds