Home
last modified time | relevance | path

Searched refs:FALLOC_FL_PUNCH_HOLE (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/linux/
Dfalloc.h5 #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */ macro
/linux-2.6.39/fs/
Dopen.c226 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()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_file.c901 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()
/linux-2.6.39/Documentation/filesystems/
Dporting396 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,
/linux-2.6.39/fs/ocfs2/
Dfile.c1983 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in ocfs2_fallocate()
1991 if (mode & FALLOC_FL_PUNCH_HOLE) in ocfs2_fallocate()