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:cp_statx
Proto:static __attribute__((__noinline__)) int cp_statx(const struct kstat *stat, struct statx __user *buffer)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct kstat * | stat | |
struct statx __user * | buffer |
536 | Number of hard links = nlink |
540 | Inode number = ino |
545 | tv_nsec = nanoseconds |
547 | tv_nsec = nanoseconds |
549 | tv_nsec = nanoseconds |
551 | tv_nsec = nanoseconds |
553 | stx_rdev_minor = MINOR(rdev) |
555 | stx_dev_minor = MINOR(dev) |
557 | Return If copy_to_user(buffer, & tmp, size of tmp ) Then -EFAULT Else 0 |
Name | Describe |
---|---|
SYSCALL_DEFINE5 | 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. |
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 |