Function report |
Source Code:fs\utimes.c |
Create Date:2022-07-28 20:11:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE4
Proto:SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, struct __kernel_timespec __user *, utimes, int, flags)
Type:
Parameter:Nothing
142 | If utimes Then |
143 | If get_timespec64( & tstimes[0], & utimes[0]) || get_timespec64( & tstimes[1], & utimes[1]) Then Return -EFAULT |
148 | If nanoseconds == UTIME_OMIT && nanoseconds == UTIME_OMIT Then Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |