Home
last modified time | relevance | path

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

/fs/
Dopen.c282 if (!file->f_op->fallocate) in do_fallocate()
286 ret = file->f_op->fallocate(file, mode, offset, len); in do_fallocate()
291 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
/fs/gfs2/
Dfile.c1047 .fallocate = gfs2_fallocate,
1077 .fallocate = gfs2_fallocate,
/fs/cifs/
DTODO84 w) Add support for new vfs entry point for fallocate
/fs/f2fs/
Dfile.c656 .fallocate = f2fs_fallocate,
/fs/ext4/
Dfile.c786 .fallocate = ext4_fallocate,
/fs/ocfs2/
Dfile.c2709 .fallocate = ocfs2_fallocate,
2756 .fallocate = ocfs2_fallocate,
/fs/xfs/
Dxfs_file.c1429 .fallocate = xfs_file_fallocate,
/fs/fuse/
Dfile.c2543 .fallocate = fuse_file_fallocate,
2560 .fallocate = fuse_file_fallocate,
/fs/btrfs/
Dfile.c2458 .fallocate = btrfs_fallocate,