Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:SYSCALL_DEFINE2

Proto:SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf)

Type:

Parameter:Nothing

505  error = vfs_fstat(fd, & stat)
507  If Not error Then error = cp_new_stat64( & stat, statbuf)
510  Return error