Searched refs:namei_zone (Results 1 – 8 of 8) sorted by relevance
| /src/sys/kern/ |
| H A D | vfs_lookup.c | 113 uma_zone_t namei_zone; variable 182 namei_zone = uma_zcreate("NAMEI", MAXPATHLEN, NULL, NULL, NULL, NULL, in nameiinit() 306 uma_zfree(namei_zone, cnp->cn_pnbuf); in namei_cleanup_cnp() 466 cnp->cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK); in namei_getpath() 547 cp = uma_zalloc(namei_zone, M_WAITOK); in namei_follow_link() 562 uma_zfree(namei_zone, cp); in namei_follow_link() 568 uma_zfree(namei_zone, cp); in namei_follow_link() 574 uma_zfree(namei_zone, cp); in namei_follow_link() 580 uma_zfree(namei_zone, cnp->cn_pnbuf); in namei_follow_link()
|
| H A D | vfs_cache.c | 3236 buf = uma_zalloc(namei_zone, M_WAITOK); in sys___getcwd() 3240 uma_zfree(namei_zone, buf); in sys___getcwd() 4349 uma_zfree(namei_zone, cnp->cn_pnbuf); in cache_fpl_cleanup_cnp()
|
| H A D | vfs_syscalls.c | 1849 tmppath = uma_zalloc(namei_zone, M_WAITOK); in kern_symlinkat() 1904 uma_zfree(namei_zone, tmppath); in kern_symlinkat()
|
| /src/sys/fs/cd9660/ |
| H A D | cd9660_vnops.c | 671 symname = uma_zalloc(namei_zone, M_WAITOK); in cd9660_readlink() 678 uma_zfree(namei_zone, symname); in cd9660_readlink() 692 uma_zfree(namei_zone, symname); in cd9660_readlink()
|
| /src/sys/ufs/ufs/ |
| H A D | ufs_extattr.c | 265 cnp.cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK); in ufs_extattr_lookup() 273 uma_zfree(namei_zone, cnp.cn_pnbuf); in ufs_extattr_lookup() 283 uma_zfree(namei_zone, cnp.cn_pnbuf); in ufs_extattr_lookup()
|
| /src/sys/sys/ |
| H A D | namei.h | 298 uma_zfree(namei_zone, _ndp->ni_cnd.cn_pnbuf); \
|
| H A D | vnode.h | 467 extern struct uma_zone *namei_zone;
|
| /src/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 761 cp = uma_zalloc(namei_zone, M_WAITOK); in nfsvno_namei() 777 uma_zfree(namei_zone, cp); in nfsvno_namei() 798 uma_zfree(namei_zone, cnp->cn_pnbuf); in nfsvno_namei() 850 cnp->cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK); in nfsvno_setpathbuf() 863 uma_zfree(namei_zone, ndp->ni_cnd.cn_pnbuf); in nfsvno_relpathbuf()
|