Provided by: systemtap-doc_4.7-1_amd64
NAME
probe::nfsd.create - NFS server creating a file(regular,dir,device,fifo) for client
SYNOPSIS
nfsd.create
VALUES
iap_mode file access mode client_ip the ip address of client type file type(regular,dir,device,fifo ...) fh file handle (the first part is the length of the file handle) filelen the length of file name iap_valid Attribute flags filename file name
DESCRIPTION
Sometimes nfsd will call nfsd_create_v3 instead of this this probe point.
SEE ALSO
tapset::nfsd(3stap)