Lines Matching defs:int
30 int sync_filesystem(struct super_block *sb)
32 int ret = 0;
84 sb->s_op->sync_fs(sb, *(int *)arg);
99 int nowait = 0, wait = 1;
117 int nowait = 0;
118 int wait = 1;
148 SYSCALL_DEFINE1(syncfs, int, fd)
152 int ret, ret2;
178 int vfs_fsync_range(struct file *file, loff_t start, loff_t end, int datasync)
198 int vfs_fsync(struct file *file, int datasync)
204 static int do_fsync(unsigned int fd, int datasync)
214 SYSCALL_DEFINE1(fsync, unsigned int, fd)
219 SYSCALL_DEFINE1(fdatasync, unsigned int, fd)
224 int sync_file_range(struct file *file, loff_t offset, loff_t nbytes,
225 unsigned int flags)
227 int ret;
348 int ksys_sync_file_range(int fd, loff_t offset, loff_t nbytes,
349 unsigned int flags)
359 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes,
360 unsigned int, flags)
366 COMPAT_SYSCALL_DEFINE6(sync_file_range, int, fd, compat_arg_u64_dual(offset),
367 compat_arg_u64_dual(nbytes), unsigned int, flags)
376 SYSCALL_DEFINE4(sync_file_range2, int, fd, unsigned int, flags,