Lines Matching defs:flags
229 unsigned int flags)
237 if (flags & ~VALID_FLAGS)
279 if (flags & SYNC_FILE_RANGE_WAIT_BEFORE) {
285 if (flags & SYNC_FILE_RANGE_WRITE) {
288 if ((flags & SYNC_FILE_RANGE_WRITE_AND_WAIT) ==
298 if (flags & SYNC_FILE_RANGE_WAIT_AFTER)
348 * clearing the EIO and ENOSPC flags in the address_space.
356 unsigned int flags)
364 ret = sync_file_range(f.file, offset, nbytes, flags);
371 unsigned int, flags)
373 return ksys_sync_file_range(fd, offset, nbytes, flags);
378 compat_arg_u64_dual(nbytes), unsigned int, flags)
381 compat_arg_u64_glue(nbytes), flags);
387 SYSCALL_DEFINE4(sync_file_range2, int, fd, unsigned int, flags,
390 return ksys_sync_file_range(fd, offset, nbytes, flags);