Home
last modified time | relevance | path

Searched refs:FALLOC_FL_KEEP_SIZE (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/include/linux/
Dfalloc.h4 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ macro
/linux-2.6.39/fs/gfs2/
Dfile.c632 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()
/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()
914 if (!(mode & FALLOC_FL_KEEP_SIZE) && in xfs_file_fallocate()
/linux-2.6.39/fs/
Dopen.c226 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in do_fallocate()
231 !(mode & FALLOC_FL_KEEP_SIZE)) in do_fallocate()
Dioctl.c446 return do_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
/linux-2.6.39/fs/ocfs2/
Dfile.c1983 if (mode & ~(FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)) in ocfs2_fallocate()
1988 if (mode & FALLOC_FL_KEEP_SIZE) in ocfs2_fallocate()
/linux-2.6.39/Documentation/filesystems/
Dporting397 Currently you can only have FALLOC_FL_PUNCH_HOLE with FALLOC_FL_KEEP_SIZE set,
/linux-2.6.39/fs/btrfs/
Dfile.c1318 if (mode & ~FALLOC_FL_KEEP_SIZE) in btrfs_fallocate()
Dinode.c7402 if (!(mode & FALLOC_FL_KEEP_SIZE) && in __btrfs_prealloc_file_range()
/linux-2.6.39/fs/ext4/
Dextents.c3619 if (!(mode & FALLOC_FL_KEEP_SIZE)) { in ext4_falloc_update_inode()
3655 if (mode & ~FALLOC_FL_KEEP_SIZE) in ext4_fallocate()