Home
last modified time | relevance | path

Searched refs:FALLOC_FL_INSERT_RANGE (Results 1 – 7 of 7) 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.c593 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
598 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
618 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
695 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/linux/fs/xfs/
H A Dxfs_file.c1412 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE | \ in __xfs_file_fallocate()
1453 case FALLOC_FL_INSERT_RANGE: in xfs_file_zoned_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/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.c4043 else if (mode == FALLOC_FL_INSERT_RANGE) in smb2_downgrade_oplock()