Home
last modified time | relevance | path

Searched refs:aclreqcnt_v2_kstat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c80 static kstat_t *aclreqcnt_v2_kstat, *aclreqcnt_v3_kstat; variable
451 if (aclreqcnt_v2_kstat != NULL) { in getstats_aclreq()
452 safe_kstat_read(kc, aclreqcnt_v2_kstat, NULL); in getstats_aclreq()
453 field_width = req_width(aclreqcnt_v2_kstat, field_width); in getstats_aclreq()
503 if (aclreqcnt_v2_kstat != NULL) in putstats()
504 safe_kstat_write(kc, aclreqcnt_v2_kstat, NULL); in putstats()
536 aclreqcnt_v2_kstat = kstat_lookup(kc, "nfs_acl", 0, "aclreqcnt_v2"); in setup()
734 req_print(aclreqcnt_v2_kstat, &old_aclreqcnt_v2_kstat.kst, 2, in ca_print()