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.c493 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
498 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
518 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
604 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/linux/fs/ntfs/
H A Dfile.c1125 FALLOC_FL_INSERT_RANGE | FALLOC_FL_PUNCH_HOLE | \
1185 case FALLOC_FL_INSERT_RANGE: in ntfs_fallocate()
/linux/fs/xfs/
H A Dxfs_file.c1542 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE | \
1583 case FALLOC_FL_INSERT_RANGE: in __xfs_file_fallocate()
/linux/fs/f2fs/
H A Dfile.c2101 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
2106 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
2117 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) { in f2fs_fallocate()
2141 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/linux/fs/ext4/
H A Dextents.c4962 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4975 FALLOC_FL_INSERT_RANGE | FALLOC_FL_WRITE_ZEROES)) in ext4_fallocate()
5013 case FALLOC_FL_INSERT_RANGE: in ext4_fallocate()
/linux/Documentation/filesystems/
H A Dfscrypt.rst1228 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/linux/fs/smb/client/
H A Dsmb2ops.c4346 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()