Function report |
Source Code:fs\stat.c |
Create Date:2022-07-28 20:03:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sys_statx - System call to get enhanced stats*@dfd: Base directory to pathwalk from *or* fd to stat.*@filename: File to stat or "" with AT_EMPTY_PATH*@flags: AT_* flags to control pathwalk.*@mask: Parts of statx struct actually required.
Proto:SYSCALL_DEFINE5(statx, int, dfd, const char __user *, filename, unsigned, flags, unsigned int, mask, struct statx __user *, buffer)
Type:
Parameter:Nothing
579 | If mask & Reserved for future struct statx expansion Then Return -EINVAL |
581 | If (flags & Type of synchronisation required from statx() ) == Type of synchronisation required from statx() Then Return -EINVAL |
588 | Return cp_statx( & stat, Pointer to an auxiliary buffer (1 page) ) |
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 |