Home
last modified time | relevance | path

Searched refs:FALLOC_FL_COLLAPSE_RANGE (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfalloc.h29 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/openbmc/linux/include/linux/
H A Dfalloc.h30 FALLOC_FL_COLLAPSE_RANGE | \
/openbmc/linux/fs/ntfs3/
H A Dfile.c455 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
461 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE)) { in ntfs_fallocate()
480 if (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in ntfs_fallocate()
534 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ntfs_fallocate()
/openbmc/linux/fs/xfs/
H A Dxfs_file.c935 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
986 FALLOC_FL_COLLAPSE_RANGE)) { in xfs_file_fallocate()
1000 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in xfs_file_fallocate()
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst23 as FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE)
/openbmc/linux/fs/
H A Dopen.c267 if ((mode & FALLOC_FL_COLLAPSE_RANGE) && in vfs_fallocate()
268 (mode & ~FALLOC_FL_COLLAPSE_RANGE)) in vfs_fallocate()
/openbmc/linux/fs/f2fs/
H A Dfile.c1858 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1862 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1873 (mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_COLLAPSE_RANGE | in f2fs_fallocate()
1894 } else if (mode & FALLOC_FL_COLLAPSE_RANGE) { in f2fs_fallocate()
/openbmc/linux/fs/ext4/
H A Dextents.c4749 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in ext4_fallocate()
4754 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4769 if (mode & FALLOC_FL_COLLAPSE_RANGE) { in ext4_fallocate()
/openbmc/qemu/linux-user/
H A Dstrace.c1354 #ifdef FALLOC_FL_COLLAPSE_RANGE
1355 FLAG_GENERIC(FALLOC_FL_COLLAPSE_RANGE),
/openbmc/linux/include/trace/events/
H A Dext4.h95 { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
/openbmc/linux/Documentation/filesystems/
H A Dfscrypt.rst1146 - The fallocate operations FALLOC_FL_COLLAPSE_RANGE and
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c3857 else if (mode == FALLOC_FL_COLLAPSE_RANGE) in smb3_fallocate()