Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.h
          +++ new/usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.h
↓ open down ↓ 227 lines elided ↑ open up ↑
 228  228  
 229  229          /*
 230  230           * Misc. bookkeeping
 231  231           */
 232  232          cred_t          *r_cred;        /* current credentials */
 233  233          u_offset_t      r_nextr;        /* next read offset (read-ahead) */
 234  234          long            r_mapcnt;       /* count of mmapped pages */
 235  235          uint_t          r_count;        /* # of refs not reflect in v_count */
 236  236          uint_t          r_awcount;      /* # of outstanding async write */
 237  237          uint_t          r_gcount;       /* getattrs waiting to flush pages */
      238 +        u_offset_t      r_modaddr;      /* address for page in writenp */
 238  239          uint_t          r_flags;        /* flags, see below */
 239  240          uint32_t        n_flag;         /* NXXX flags below */
 240  241          uint_t          r_error;        /* async write error */
 241  242          kcondvar_t      r_cv;           /* condvar for blocked threads */
 242  243          avl_tree_t      r_dir;          /* cache of readdir responses */
 243  244          rddir_cache     *r_direof;      /* pointer to the EOF entry */
 244  245          kthread_t       *r_serial;      /* id of purging thread */
 245  246          list_t          r_indelmap;     /* list of delmap callers */
 246  247  
 247  248          /*
↓ open down ↓ 76 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX