Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c79 static kstat_t *aclreqcnt_v2_kstat, *aclreqcnt_v3_kstat; variable
450 if (aclreqcnt_v2_kstat != NULL) { in getstats_aclreq()
451 safe_kstat_read(kc, aclreqcnt_v2_kstat, NULL); in getstats_aclreq()
452 field_width = req_width(aclreqcnt_v2_kstat, field_width); in getstats_aclreq()
502 if (aclreqcnt_v2_kstat != NULL) in putstats()
503 safe_kstat_write(kc, aclreqcnt_v2_kstat, NULL); in putstats()
535 aclreqcnt_v2_kstat = kstat_lookup(kc, "nfs_acl", 0, "aclreqcnt_v2"); in setup()
733 req_print(aclreqcnt_v2_kstat, &old_aclreqcnt_v2_kstat.kst, 2, in ca_print()