probe::nfs.proc.write_setup(3) NFS client setting up a write RPC task

SYNOPSIS


nfs.proc.write_setup

VALUES

version

NFS version

server_ip

IP address of server

prot

transfer protocol

bitmask1

V4 bitmask representing the set of attributes supported on this filesystem

count

bytes written in this execution

size

bytes written in this execution

how

used to set args.stable. The stable value could be: NFS_UNSTABLE,NFS_DATA_SYNC,NFS_FILE_SYNC (in nfs.proc3.write_setup and nfs.proc4.write_setup)

bitmask0

V4 bitmask representing the set of attributes supported on this filesystem

offset

the file offset

DESCRIPTION

The write_setup function is used to setup a write RPC task. It is not doing the actual write operation.