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.writepage - NFS client writing a mapped page to the NFS server

Description

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

Name

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

See Also

tapset::nfs(3stap)

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

Synopsis

       nfs.aop.writepage

Values

ino
           inode number

       i_state
           inode state flags

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

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

       size
           number of pages to be written in this execution

       __page
           the address of page

       dev
           device identifier

       i_size
           file length in bytes

       wsize
           write size

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

       sb_flag
           super block flags

       i_flag
           file flags

See Also