logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::nfs.aop.writepages - NFS client writing several dirty pages to the NFS server

Description

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

Name

       probe::nfs.aop.writepages - NFS client writing several dirty pages to the NFS server

See Also

tapset::nfs(3stap)

SystemTap Tapset Reference                         April 2024                            PROBE::NFS.AOP.W(3stap)

Synopsis

       nfs.aop.writepages

Values

wsize
           write size

       dev
           device identifier

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

       wpages
           write size (in pages)

       ino
           inode number

       nr_to_write
           number of pages attempted to be written in this execution

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

       size
           number of pages attempted to be written in this execution

See Also