Searched refs:FALLOC_FL_PUNCH_HOLE (Results 1 – 5 of 5) sorted by relevance
5 #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */ macro
226 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in do_fallocate()230 if ((mode & FALLOC_FL_PUNCH_HOLE) && in do_fallocate()238 if (mode & FALLOC_FL_PUNCH_HOLE && IS_APPEND(inode)) in do_fallocate()
901 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in xfs_file_fallocate()910 if (mode & FALLOC_FL_PUNCH_HOLE) in xfs_file_fallocate()
396 file) you must return -EOPNOTSUPP if FALLOC_FL_PUNCH_HOLE is set in mode.397 Currently you can only have FALLOC_FL_PUNCH_HOLE with FALLOC_FL_KEEP_SIZE set,
1983 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in ocfs2_fallocate()1991 if (mode & FALLOC_FL_PUNCH_HOLE) in ocfs2_fallocate()