Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dfalloc.h60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/Linux-v6.1/include/linux/
Dfalloc.h32 FALLOC_FL_INSERT_RANGE | \
/Linux-v6.1/fs/ntfs3/
Dfile.c556 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
561 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
581 FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
653 } else if (mode & FALLOC_FL_INSERT_RANGE) { in ntfs_fallocate()
/Linux-v6.1/fs/xfs/
Dxfs_file.c884 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
968 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/Linux-v6.1/Documentation/admin-guide/cifs/
Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/Linux-v6.1/fs/
Dopen.c271 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
272 (mode & ~FALLOC_FL_INSERT_RANGE)) in vfs_fallocate()
/Linux-v6.1/fs/f2fs/
Dfile.c1807 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1816 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1821 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1839 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/Linux-v6.1/fs/ext4/
Dextents.c4692 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4698 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4717 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
/Linux-v6.1/Documentation/filesystems/
Dfscrypt.rst1066 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/Linux-v6.1/fs/cifs/
Dsmb2ops.c3931 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()