1PROBE::NFSD.CREATE(3stap)Network File Storage TapsetsPROBE::NFSD.CREATE(3stap)
2
3
4
6 probe::nfsd.createv3 - NFS server creating a regular file or set file
7 attributes for client
8
10 nfsd.createv3
11
13 verifier
14 file attributes (atime,mtime,mode). It's used to reset file
15 attributes for CREATE_EXCLUSIVE
16
17 filename
18 file name
19
20 truncp
21 trunp arguments, indicates if the file shouldbe truncate
22
23 iap_valid
24 Attribute flags
25
26 createmode
27 create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE,
28 NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED
29
30 iap_mode
31 file access mode
32
33 fh
34 file handle (the first part is the length of the file handle)
35
36 client_ip
37 the ip address of client
38
39 filelen
40 the length of file name
41
43 This probepoints is only called by nfsd3_proc_create and nfsd4_open
44 when op_claim_type is NFS4_OPEN_CLAIM_NULL.
45
47 tapset::nfsd(3stap)
48
49
50
51SystemTap Tapset Reference October 2018 PROBE::NFSD.CREATE(3stap)