Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

       probe::nfs.aop.writepage - NFS client writing a mapped page to the NFS server

SYNOPSIS

       nfs.aop.writepage

VALUES

       i_size
           file length in bytes

       for_kupdate
           a flag of writeback_control, indicates if it's a kupdate writeback

       ino
           inode number

       __page
           the address of page

       size
           number of pages to be written in this execution

       sb_flag
           super block flags

       i_state
           inode state flags

       dev
           device identifier

       for_reclaim
           a flag of writeback_control, indicates if it's invoked from the page allocator

       wsize
           write size

       i_flag
           file flags

       page_index
           offset within mapping, can used a page identifier and position identifier in the page
           frame

DESCRIPTION

       The priority of wb is decided by the flags for_reclaim and for_kupdate.

SEE ALSO

       tapset::nfs(3stap)