Lines Matching defs:flags
243 unsigned int flags)
251 if (flags & ~VALID_FLAGS)
293 if (flags & SYNC_FILE_RANGE_WAIT_BEFORE) {
299 if (flags & SYNC_FILE_RANGE_WRITE) {
302 if ((flags & SYNC_FILE_RANGE_WRITE_AND_WAIT) ==
312 if (flags & SYNC_FILE_RANGE_WAIT_AFTER)
362 * clearing the EIO and ENOSPC flags in the address_space.
370 unsigned int flags)
378 ret = sync_file_range(f.file, offset, nbytes, flags);
385 unsigned int, flags)
387 return ksys_sync_file_range(fd, offset, nbytes, flags);
392 SYSCALL_DEFINE4(sync_file_range2, int, fd, unsigned int, flags,
395 return ksys_sync_file_range(fd, offset, nbytes, flags);