Provided by: systemtap-doc_4.8-1_amd64
NAME
probe::nfs.aop.writepages - NFS client writing several dirty pages to the NFS server
SYNOPSIS
nfs.aop.writepages
VALUES
for_kupdate a flag of writeback_control, indicates if it's a kupdate writeback for_reclaim a flag of writeback_control, indicates if it's invoked from the page allocator wpages write size (in pages) wsize write size size number of pages attempted to be written in this execution nr_to_write number of pages attempted to be written in this execution dev device identifier ino inode number
DESCRIPTION
The priority of wb is decided by the flags for_reclaim and for_kupdate.
SEE ALSO
tapset::nfs(3stap)