Searched refs:FALLOC_FL_KEEP_SIZE (Results 1 – 10 of 10) sorted by relevance
4 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ macro
632 if (page->index < end_index || !(mode & FALLOC_FL_KEEP_SIZE)) { in empty_write_end()774 !(mode & FALLOC_FL_KEEP_SIZE)) { in fallocate_chunk()833 if (mode & ~FALLOC_FL_KEEP_SIZE) in gfs2_fallocate()
901 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in xfs_file_fallocate()914 if (!(mode & FALLOC_FL_KEEP_SIZE) && in xfs_file_fallocate()
226 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in do_fallocate()231 !(mode & FALLOC_FL_KEEP_SIZE)) in do_fallocate()
446 return do_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
1983 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in ocfs2_fallocate()1988 if (mode & FALLOC_FL_KEEP_SIZE) in ocfs2_fallocate()
397 Currently you can only have FALLOC_FL_PUNCH_HOLE with FALLOC_FL_KEEP_SIZE set,
1318 if (mode & ~FALLOC_FL_KEEP_SIZE) in btrfs_fallocate()
7402 if (!(mode & FALLOC_FL_KEEP_SIZE) && in __btrfs_prealloc_file_range()
3619 if (!(mode & FALLOC_FL_KEEP_SIZE)) { in ext4_falloc_update_inode()3655 if (mode & ~FALLOC_FL_KEEP_SIZE) in ext4_fallocate()