Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_lookup.c107 uma_zone_t namei_zone; variable
176 namei_zone = uma_zcreate("NAMEI", MAXPATHLEN, NULL, NULL, NULL, NULL, in nameiinit()
281 uma_zfree(namei_zone, cnp->cn_pnbuf); in namei_cleanup_cnp()
438 cnp->cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK); in namei_getpath()
519 cp = uma_zalloc(namei_zone, M_WAITOK); in namei_follow_link()
534 uma_zfree(namei_zone, cp); in namei_follow_link()
540 uma_zfree(namei_zone, cp); in namei_follow_link()
546 uma_zfree(namei_zone, cp); in namei_follow_link()
552 uma_zfree(namei_zone, cnp->cn_pnbuf); in namei_follow_link()
H A Dvfs_cache.c3187 buf = uma_zalloc(namei_zone, M_WAITOK); in sys___getcwd()
3191 uma_zfree(namei_zone, buf); in sys___getcwd()
4204 uma_zfree(namei_zone, cnp->cn_pnbuf); in cache_fpl_cleanup_cnp()
H A Dvfs_syscalls.c1761 tmppath = uma_zalloc(namei_zone, M_WAITOK); in kern_symlinkat()
1812 uma_zfree(namei_zone, tmppath); in kern_symlinkat()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vnops.c671 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()
/freebsd/sys/sys/
H A Dnamei.h282 uma_zfree(namei_zone, _ndp->ni_cnd.cn_pnbuf); \
H A Dvnode.h453 extern struct uma_zone *namei_zone;
/freebsd/sys/ufs/ufs/
H A Dufs_extattr.c265 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()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c724 cp = uma_zalloc(namei_zone, M_WAITOK); in nfsvno_namei()
740 uma_zfree(namei_zone, cp); in nfsvno_namei()
761 uma_zfree(namei_zone, cnp->cn_pnbuf); in nfsvno_namei()
813 cnp->cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK); in nfsvno_setpathbuf()
826 uma_zfree(namei_zone, ndp->ni_cnd.cn_pnbuf); in nfsvno_relpathbuf()