1PROBE::NFSD.CREATE(3stap)Network File Storage TapsetsPROBE::NFSD.CREATE(3stap)
2
3
4

NAME

6       probe::nfsd.createv3 - NFS server creating a regular file or set file
7       attributes for client
8

SYNOPSIS

10       nfsd.createv3
11

VALUES

13       iap_valid
14           Attribute flags
15
16       fh
17           file handle (the first part is the length of the file handle)
18
19       client_ip
20           the ip address of client
21
22       createmode
23           create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE,
24           NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED
25
26       truncp
27           trunp arguments, indicates if the file shouldbe truncate
28
29       iap_mode
30           file access mode
31
32       filelen
33           the length of file name
34
35       verifier
36           file attributes (atime,mtime,mode). It's used to reset file
37           attributes for CREATE_EXCLUSIVE
38
39       filename
40           file name
41

DESCRIPTION

43       This probepoints is only called by nfsd3_proc_create and nfsd4_open
44       when op_claim_type is NFS4_OPEN_CLAIM_NULL.
45

SEE ALSO

47       tapset::nfsd(3stap)
48
49
50
51SystemTap Tapset Reference       November 2020       PROBE::NFSD.CREATE(3stap)
Impressum