Print this page
nfssrv: nfsstat reports zeroed data in zone

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/nfs/nfs4.h
          +++ new/usr/src/uts/common/nfs/nfs4.h
↓ open down ↓ 1448 lines elided ↑ open up ↑
1449 1449  extern fs_locations4 *fetch_referral(vnode_t *, cred_t *);
1450 1450  extern char     *build_symlink(vnode_t *, cred_t *, size_t *);
1451 1451  
1452 1452  extern int      stateid4_cmp(stateid4 *, stateid4 *);
1453 1453  
1454 1454  extern vtype_t  nf4_to_vt[];
1455 1455  
1456 1456  extern struct nfs4_ntov_map nfs4_ntov_map[];
1457 1457  extern uint_t nfs4_ntov_map_size;
1458 1458  
1459      -extern kstat_named_t    *rfsproccnt_v4_ptr;
1460 1459  extern struct vfsops    *nfs4_vfsops;
1461 1460  extern struct vnodeops  *nfs4_vnodeops;
1462 1461  extern const struct     fs_operation_def nfs4_vnodeops_template[];
1463 1462  extern vnodeops_t       *nfs4_trigger_vnodeops;
1464 1463  extern const struct     fs_operation_def nfs4_trigger_vnodeops_template[];
1465 1464  
1466 1465  extern uint_t nfs4_tsize(struct knetconfig *);
1467 1466  extern uint_t rfs4_tsize(struct svc_req *);
1468 1467  
1469 1468  extern bool_t   xdr_inline_decode_nfs_fh4(uint32_t *, nfs_fh4_fmt_t *,
↓ open down ↓ 40 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX