Home
last modified time | relevance | path

Searched refs:aclreqcnt_v3_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
455 if (aclreqcnt_v3_kstat != NULL) { in getstats_aclreq()
456 safe_kstat_read(kc, aclreqcnt_v3_kstat, NULL); in getstats_aclreq()
457 field_width = req_width(aclreqcnt_v3_kstat, field_width); in getstats_aclreq()
505 if (aclreqcnt_v3_kstat != NULL) in putstats()
506 safe_kstat_write(kc, aclreqcnt_v3_kstat, NULL); in putstats()
537 aclreqcnt_v3_kstat = kstat_lookup(kc, "nfs_acl", 0, "aclreqcnt_v3"); in setup()
739 req_print(aclreqcnt_v3_kstat, &old_aclreqcnt_v3_kstat.kst, in ca_print()