Searched refs:fallocate (Results 1 – 9 of 9) sorted by relevance
/fs/ |
D | open.c | 282 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/ |
D | file.c | 1047 .fallocate = gfs2_fallocate, 1077 .fallocate = gfs2_fallocate,
|
/fs/cifs/ |
D | TODO | 84 w) Add support for new vfs entry point for fallocate
|
/fs/f2fs/ |
D | file.c | 656 .fallocate = f2fs_fallocate,
|
/fs/ext4/ |
D | file.c | 786 .fallocate = ext4_fallocate,
|
/fs/ocfs2/ |
D | file.c | 2709 .fallocate = ocfs2_fallocate, 2756 .fallocate = ocfs2_fallocate,
|
/fs/xfs/ |
D | xfs_file.c | 1429 .fallocate = xfs_file_fallocate,
|
/fs/fuse/ |
D | file.c | 2543 .fallocate = fuse_file_fallocate, 2560 .fallocate = fuse_file_fallocate,
|
/fs/btrfs/ |
D | file.c | 2458 .fallocate = btrfs_fallocate,
|