Lines Matching refs:fullpath
77 SDT_PROBE_DEFINE1(vfs, namecache, fullpath, entry, "struct vnode *");
78 SDT_PROBE_DEFINE3(vfs, namecache, fullpath, hit, "struct vnode *",
80 SDT_PROBE_DEFINE1(vfs, namecache, fullpath, miss, "struct vnode *");
81 SDT_PROBE_DEFINE3(vfs, namecache, fullpath, return, "int",
2279 SDT_PROBE3(vfs, namecache, fullpath, return, error, in vn_vptocnp()
2285 SDT_PROBE3(vfs, namecache, fullpath, hit, ncp->nc_dvp, in vn_vptocnp()
2294 SDT_PROBE1(vfs, namecache, fullpath, miss, vp); in vn_vptocnp()
2302 SDT_PROBE3(vfs, namecache, fullpath, return, error, vp, NULL); in vn_vptocnp()
2311 SDT_PROBE3(vfs, namecache, fullpath, return, error, vp, NULL); in vn_vptocnp()
2339 SDT_PROBE1(vfs, namecache, fullpath, entry, vp); in vn_fullpath1()
2376 SDT_PROBE3(vfs, namecache, fullpath, return, in vn_fullpath1()
2390 SDT_PROBE3(vfs, namecache, fullpath, return, in vn_fullpath1()
2400 SDT_PROBE3(vfs, namecache, fullpath, return, error, in vn_fullpath1()
2413 SDT_PROBE3(vfs, namecache, fullpath, return, ENOMEM, in vn_fullpath1()
2422 SDT_PROBE3(vfs, namecache, fullpath, return, 0, startvp, buf + buflen); in vn_fullpath1()