Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfalloc.h42 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/linux-4.1.27/include/linux/
Dfalloc.h27 FALLOC_FL_ZERO_RANGE | \
/linux-4.1.27/fs/
Dopen.c238 if ((mode & (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) == in vfs_fallocate()
239 (FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE)) in vfs_fallocate()
/linux-4.1.27/fs/xfs/
Dxfs_file.c865 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE | \
954 if (mode & FALLOC_FL_ZERO_RANGE) in xfs_file_fallocate()
/linux-4.1.27/fs/ext4/
Dextents.c4914 (mode & (FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE))) in ext4_fallocate()
4919 FALLOC_FL_COLLAPSE_RANGE | FALLOC_FL_ZERO_RANGE)) in ext4_fallocate()
4932 if (mode & FALLOC_FL_ZERO_RANGE) in ext4_fallocate()
/linux-4.1.27/fs/cifs/
Dsmb2ops.c1175 else if (mode & FALLOC_FL_ZERO_RANGE) { in smb3_fallocate()
/linux-4.1.27/include/trace/events/
Dext4.h73 { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})