Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfalloc.h61 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/linux/include/linux/
H A Dfalloc.h38 FALLOC_FL_INSERT_RANGE | \
/linux/fs/ntfs3/
H A Dfile.c473 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
478 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
498 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
584 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/linux/fs/xfs/
H A Dxfs_file.c1472 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE | \
1513 case FALLOC_FL_INSERT_RANGE: in __xfs_file_fallocate()
/linux/fs/f2fs/
H A Dfile.c2005 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
2010 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
2021 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) { in f2fs_fallocate()
2045 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/linux/fs/
H A Dopen.c279 case FALLOC_FL_INSERT_RANGE: in vfs_fallocate()
/linux/fs/ext4/
H A Dextents.c4858 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4871 FALLOC_FL_INSERT_RANGE | FALLOC_FL_WRITE_ZEROES)) in ext4_fallocate()
4909 case FALLOC_FL_INSERT_RANGE: in ext4_fallocate()
/linux/Documentation/filesystems/
H A Dfscrypt.rst1229 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/linux/fs/smb/client/
H A Dsmb2ops.c4045 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()