Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfalloc.h59 #define FALLOC_FL_INSERT_RANGE 0x20 macro
/linux-4.4.14/include/linux/
Dfalloc.h28 FALLOC_FL_INSERT_RANGE)
/linux-4.4.14/fs/
Dopen.c255 if ((mode & FALLOC_FL_INSERT_RANGE) && in vfs_fallocate()
256 (mode & ~FALLOC_FL_INSERT_RANGE)) in vfs_fallocate()
/linux-4.4.14/fs/f2fs/
Dfile.c1221 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE))) in f2fs_fallocate()
1226 FALLOC_FL_INSERT_RANGE)) in f2fs_fallocate()
1240 } else if (mode & FALLOC_FL_INSERT_RANGE) { in f2fs_fallocate()
/linux-4.4.14/fs/xfs/
Dxfs_file.c915 FALLOC_FL_INSERT_RANGE)
971 } else if (mode & FALLOC_FL_INSERT_RANGE) { in xfs_file_fallocate()
/linux-4.4.14/fs/ext4/
Dextents.c4937 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_INSERT_RANGE | in ext4_fallocate()
4944 FALLOC_FL_INSERT_RANGE)) in ext4_fallocate()
4957 if (mode & FALLOC_FL_INSERT_RANGE) in ext4_fallocate()