Searched refs:fallocate (Results 1 – 6 of 6) sorted by relevance
/fs/ext4/ |
D | file.c | 172 .fallocate = ext4_fallocate,
|
/fs/ |
D | open.c | 380 SYSCALL_DEFINE(fallocate)(int fd, int mode, loff_t offset, loff_t len) in SYSCALL_DEFINE() argument 427 if (inode->i_op->fallocate) in SYSCALL_DEFINE() 428 ret = inode->i_op->fallocate(inode, mode, offset, len); in SYSCALL_DEFINE()
|
/fs/cifs/ |
D | TODO | 84 w) Add support for new vfs entry points for setlease and fallocate
|
/fs/xfs/linux-2.6/ |
D | xfs_iops.c | 749 .fallocate = xfs_vn_fallocate,
|
/fs/ocfs2/ |
D | file.c | 2071 .fallocate = ocfs2_fallocate,
|
/fs/btrfs/ |
D | inode.c | 5038 .fallocate = btrfs_fallocate,
|