Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfalloc.h60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/Linux-v4.19/include/linux/
Dfalloc.h29 FALLOC_FL_INSERT_RANGE | \
/Linux-v4.19/fs/xfs/
Dxfs_file.c786 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
839 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/Linux-v4.19/fs/
Dopen.c256 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
257 (mode & ~FALLOC_FL_INSERT_RANGE)) in vfs_fallocate()
/Linux-v4.19/fs/f2fs/
Dfile.c1550 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1555 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1569 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/Linux-v4.19/fs/ext4/
Dextents.c4923 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE | in ext4_fallocate()
4930 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4943 if (mode & FALLOC_FL_INSERT_RANGE) in ext4_fallocate()
/Linux-v4.19/Documentation/filesystems/
Dfscrypt.rst447 FALLOC_FL_INSERT_RANGE, and FALLOC_FL_ZERO_RANGE are not supported