Home
last modified time | relevance | path

Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfalloc.h42 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/linux-4.4.14/include/linux/
Dfalloc.h27 FALLOC_FL_ZERO_RANGE | \
/linux-4.4.14/fs/
Dopen.c240 if ((mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) == in vfs_fallocate()
241 (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in vfs_fallocate()
/linux-4.4.14/fs/xfs/
Dxfs_file.c914 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
1003 if (mode & FALLOC_FL_ZERO_RANGE) in xfs_file_fallocate()
/linux-4.4.14/fs/f2fs/
Dfile.c1225 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in f2fs_fallocate()
1238 } else if (mode & FALLOC_FL_ZERO_RANGE) { in f2fs_fallocate()
/linux-4.4.14/fs/ext4/
Dextents.c4938 FALLOC_FL_ZERO_RANGE))) in ext4_fallocate()
4943 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | in ext4_fallocate()
4960 if (mode & FALLOC_FL_ZERO_RANGE) in ext4_fallocate()
/linux-4.4.14/fs/cifs/
Dsmb2ops.c1241 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()
/linux-4.4.14/include/trace/events/
Dext4.h73 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})