Home
last modified time | relevance | path

Searched refs:fallocate (Results 1 – 6 of 6) sorted by relevance

/fs/ext4/
Dfile.c172 .fallocate = ext4_fallocate,
/fs/
Dopen.c380 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/
DTODO84 w) Add support for new vfs entry points for setlease and fallocate
/fs/xfs/linux-2.6/
Dxfs_iops.c749 .fallocate = xfs_vn_fallocate,
/fs/ocfs2/
Dfile.c2071 .fallocate = ocfs2_fallocate,
/fs/btrfs/
Dinode.c5038 .fallocate = btrfs_fallocate,