Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\compat.c Create Date:2022-07-28 20:25:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:do_nfs4_super_data_conv

Proto:static int do_nfs4_super_data_conv(void *raw_data)

Type:int

Parameter:

TypeParameterName
void *raw_data
57  version = raw_data
59  If version == 1 Then
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  Return 0
Caller
NameDescribe
COMPAT_SYSCALL_DEFINE5