Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfalloc.h60 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/linux/include/linux/
A Dfalloc.h32 FALLOC_FL_INSERT_RANGE | \
/linux/fs/xfs/
A Dxfs_file.c902 FALLOC_FL_INSERT_RANGE | FALLOC_FL_UNSHARE_RANGE)
983 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/linux/Documentation/admin-guide/cifs/
A Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/linux/fs/
A Dopen.c255 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
256 (mode & ~FALLOC_FL_INSERT_RANGE)) in vfs_fallocate()
/linux/fs/f2fs/
A 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/fs/ext4/
A Dextents.c4691 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4697 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4716 if (mode & FALLOC_FL_INSERT_RANGE) { in ext4_fallocate()
/linux/Documentation/filesystems/
A Dfscrypt.rst1054 FALLOC_FL_INSERT_RANGE are not supported on encrypted files and will
/linux/fs/cifs/
A Dsmb2ops.c4118 else if (mode == FALLOC_FL_INSERT_RANGE) in smb3_fallocate()

Completed in 38 milliseconds