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