Home
last modified time | relevance | path

Searched refs:vnode_update_identity (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cache.c382 (void)vnode_update_identity(tvp, pvp, NULL, 0, 0, in vnode_issubdir()
675 vnode_update_identity(vp, NULL, str, (unsigned int)strlen(str), 0, VNODE_UPDATE_NAME); in build_path_with_parent()
717 vnode_update_identity(vp, dvp, NULL, 0, 0, VNODE_UPDATE_PARENT); in build_path_with_parent()
962 vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t name_hashva… in vnode_update_identity() function
H A Dvfs_lookup.c659 vnode_update_identity(vp, dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash, update_flags); in lookup_consider_update_cache()
H A Dvfs_syscalls.c5203vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in mknodat_internal()
5859vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in symlinkat_internal()
6135 vnode_update_identity(vp, NULL, NULL, 0, 0, VNODE_UPDATE_PARENT); in unlinkat_internal()
8696 (void)vnode_update_identity(tvp, tdvp, cnp->cn_nameptr, in clonefile_internal()
9533vnode_update_identity(fvp, tdvp, tond->ni_cnd.cn_nameptr, tond->ni_cnd.cn_namelen, tond->ni_cnd.cn… in renameat_internal()
9743vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in mkdir1at()
10063 vnode_update_identity(vp, NULL, NULL, 0, 0, VNODE_UPDATE_PARENT); in rmdirat_internal()
H A Dvfs_vnops.c300vnode_update_identity(vp, dvp, ndp->ni_cnd.cn_nameptr, ndp->ni_cnd.cn_namelen, ndp->ni_cnd.cn_hash… in vn_open_auth_do_create()
H A Dvfs_xattr.c436 vnode_update_identity(svp, vp, NULL, 0, 0, VNODE_UPDATE_NAMEDSTREAM_PARENT); in vnode_setasnamedstream_internal()
H A Dkpi_vfs.c4552 vnode_update_identity(src_attr_vp, tdvp, in vn_rename()
H A Dvfs_subr.c3120vnode_update_identity(vp, NULLVP, NULL, 0, 0, VNODE_UPDATE_PARENT | VNODE_UPDATE_NAME | VNODE_UPDA… in vclean()
/xnu-8792.41.9/bsd/sys/
H A Dvnode.h1954 void vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t nam…
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_serv.c3227 vnode_update_identity(fvp, tdvp, toni.ni_cnd.cn_nameptr, in nfsrv_rename()