Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfalloc.h60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/Linux-v5.15/include/linux/
Dfalloc.h32 FALLOC_FL_INSERT_RANGE | \
/Linux-v5.15/Documentation/admin-guide/cifs/
Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/Linux-v5.15/fs/xfs/
Dxfs_file.c902 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
983 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/Linux-v5.15/fs/
Dopen.c255 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
256 (mode & ~FALLOC_FL_INSERT_RANGE)) in vfs_fallocate()
/Linux-v5.15/fs/f2fs/
Dfile.c1748 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1753 FALLOC_FL_ZERO_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1758 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1772 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/Linux-v5.15/fs/ext4/
Dextents.c4656 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4662 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4681 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
/Linux-v5.15/Documentation/filesystems/
Dfscrypt.rst1054 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/Linux-v5.15/fs/cifs/
Dsmb2ops.c4113 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()