table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
PROBE::NFSD.CREATE(3stap) | Network File Storage Tapsets | PROBE::NFSD.CREATE(3stap) |
NAME¶
probe::nfsd.createv3 - NFS server creating a regular file or set file attributes for clientSYNOPSIS¶
nfsd.createv3
VALUES¶
iap_validAttribute flags
fh
file handle (the first part is the length of the file
handle)
client_ip
the ip address of client
createmode
create mode .The possible values could be:
NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED
truncp
trunp arguments, indicates if the file shouldbe
truncate
iap_mode
file access mode
filelen
the length of file name
verifier
file attributes (atime,mtime,mode). It's used to reset
file attributes for CREATE_EXCLUSIVE
filename
file name
DESCRIPTION¶
This probepoints is only called by nfsd3_proc_create and nfsd4_open when op_claim_type is NFS4_OPEN_CLAIM_NULL.SEE ALSO0¶
tapset::nfsd(3stap)November 2020 | SystemTap Tapset Reference |