Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_kdtrace.h47 extern uint32_t nfscl_attrcache_get_hit_id;
90 nfscl_attrcache_get_hit_id, (vp), (vap)); \
H A Dnfs_clkdtrace.c264 } else if (id == nfscl_attrcache_get_hit_id) { in dtnfsclient_getargdesc()
367 nfscl_attrcache_get_hit_id = dtrace_probe_create( in dtnfsclient_provide()
490 else if (id == nfscl_attrcache_get_hit_id) in dtnfsclient_enable()
515 else if (id == nfscl_attrcache_get_hit_id) in dtnfsclient_disable()
H A Dnfs_clport.c65 uint32_t nfscl_attrcache_get_hit_id; variable