函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\compat.c Create Date:2022-07-29 10:59:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:do_nfs4_super_data_conv

函数原型:static int do_nfs4_super_data_conv(void *raw_data)

返回类型:int

参数:

类型参数名称
void *raw_data
57  version等于raw_data
59  如果version恒等于1则
60  raw等于raw_data
61  real等于raw_data
64  auth_flavours等于A pointer passed in from user mode. This should not* be used for syscall parameters, just declare them* as pointers because the syscall entry code will have* appropriately converted them already.
65  Pseudo-flavours to use for authentication. See RFC2623 等于auth_flavourlen
66  Transport protocol to use 等于proto
67  host_addr等于A pointer passed in from user mode. This should not* be used for syscall parameters, just declare them* as pointers because the syscall entry code will have* appropriately converted them already.
68  Server IP address 等于host_addrlen
69  compat_nfs_string( & Server details , & hostname)
70  compat_nfs_string( & Mount path , & mnt_path)
71  compat_nfs_string( & see the definition of 'struct clientaddr4' in RFC3010 , & client_addr)
72  acdirmax等于acdirmax
73  acdirmin等于acdirmin
74  acregmax等于acregmax
75  acregmin等于acregmin
76  retrans等于retrans
77  timeo等于timeo
78  wsize等于wsize
79  rsize等于rsize
80  flags等于flags
81  version等于version
84  返回:0
调用者
名称描述
COMPAT_SYSCALL_DEFINE5