Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfalloc.h61 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/linux-6.15/include/linux/
H A Dfalloc.h38 FALLOC_FL_INSERT_RANGE | \
/linux-6.15/fs/ntfs3/
H A Dfile.c588 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
593 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
613 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
690 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/linux-6.15/fs/xfs/
H A Dxfs_file.c1271 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
1311 case FALLOC_FL_INSERT_RANGE: in __xfs_file_fallocate()
/linux-6.15/fs/f2fs/
H A Dfile.c1932 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1937 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1948 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) { in f2fs_fallocate()
1972 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/linux-6.15/fs/bcachefs/
H A Dfs-io.c839 else if (mode == FALLOC_FL_INSERT_RANGE) in bch2_fallocate_dispatch()
/linux-6.15/fs/
H A Dopen.c280 case FALLOC_FL_INSERT_RANGE: in vfs_fallocate()
/linux-6.15/fs/ext4/
H A Dextents.c4728 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4734 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4769 else if (mode & FALLOC_FL_INSERT_RANGE) in ext4_fallocate()
/linux-6.15/Documentation/filesystems/
H A Dfscrypt.rst1201 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/linux-6.15/fs/smb/client/
H A Dsmb2ops.c3903 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()