Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfalloc.h61 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/linux/include/linux/
A Dfalloc.h38 FALLOC_FL_INSERT_RANGE | \
/linux/fs/ntfs3/
A Dfile.c567 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
572 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
592 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
669 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/linux/fs/xfs/
A Dxfs_file.c1074 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
1118 case FALLOC_FL_INSERT_RANGE: in xfs_file_fallocate()
/linux/fs/bcachefs/
A Dfs-io.c783 else if (mode == FALLOC_FL_INSERT_RANGE) in bch2_fallocate_dispatch()
/linux/fs/f2fs/
A Dfile.c1871 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1876 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1887 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) { in f2fs_fallocate()
1911 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/linux/fs/
A Dopen.c275 case FALLOC_FL_INSERT_RANGE: in vfs_fallocate()
/linux/fs/ext4/
A Dextents.c4751 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4757 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4776 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
/linux/Documentation/filesystems/
A Dfscrypt.rst1205 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/linux/fs/smb/client/
A Dsmb2ops.c3922 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()

Completed in 48 milliseconds