Searched refs:namei_zone (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_lookup.c | 83 uma_zone_t namei_zone; variable 159 namei_zone = uma_zcreate("NAMEI", MAXPATHLEN, NULL, NULL, NULL, NULL, in nameiinit() 257 uma_zfree(namei_zone, cnp->cn_pnbuf); in namei_cleanup_cnp() 451 cnp->cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK); in namei_getpath() 642 cp = uma_zalloc(namei_zone, M_WAITOK); in namei() 657 uma_zfree(namei_zone, cp); in namei() 663 uma_zfree(namei_zone, cp); in namei() 669 uma_zfree(namei_zone, cp); in namei() 675 uma_zfree(namei_zone, cnp->cn_pnbuf); in namei() 1452 uma_zfree(namei_zone, ndp->ni_cnd.cn_pnbuf); in NDFREE_PNBUF()
|
| H A D | vfs_cache.c | 2889 buf = uma_zalloc(namei_zone, M_WAITOK); in sys___getcwd() 2893 uma_zfree(namei_zone, buf); in sys___getcwd() 3749 uma_zfree(namei_zone, cnp->cn_pnbuf); in cache_fpl_cleanup_cnp()
|
| H A D | vfs_syscalls.c | 1689 tmppath = uma_zalloc(namei_zone, M_WAITOK); in kern_symlinkat() 1740 uma_zfree(namei_zone, tmppath); in kern_symlinkat()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 452 extern struct uma_zone *namei_zone;
|