Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_cache.c460 (void)vnode_update_identity(tvp, pvp, NULL, 0, 0, in vnode_issubdir()
753 vnode_update_identity(vp, NULL, str, (unsigned int)strlen(str), 0, VNODE_UPDATE_NAME); in build_path_with_parent()
795 vnode_update_identity(vp, dvp, NULL, 0, 0, VNODE_UPDATE_PARENT); in build_path_with_parent()
1087 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.c5264vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in mknodat_internal()
5916vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in symlinkat_internal()
6197 vnode_update_identity(vp, NULL, NULL, 0, 0, VNODE_UPDATE_PARENT); in unlinkat_internal()
8728 (void)vnode_update_identity(tvp, tdvp, cnp->cn_nameptr, in clonefile_internal()
9563vnode_update_identity(fvp, tdvp, tond->ni_cnd.cn_nameptr, tond->ni_cnd.cn_namelen, tond->ni_cnd.cn… in renameat_internal()
9773vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in mkdir1at()
10113 vnode_update_identity(vp, NULL, NULL, 0, 0, VNODE_UPDATE_PARENT); in rmdirat_internal()
H A Dvfs_vnops.c296vnode_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.c430 vnode_update_identity(svp, vp, NULL, 0, 0, VNODE_UPDATE_NAMEDSTREAM_PARENT); in vnode_setasnamedstream_internal()
H A Dkpi_vfs.c4576 vnode_update_identity(src_attr_vp, tdvp, in vn_rename()
H A Dvfs_subr.c3165vnode_update_identity(vp, NULLVP, NULL, 0, 0, VNODE_UPDATE_PARENT | VNODE_UPDATE_NAME | VNODE_UPDA… in vclean()
/xnu-10002.1.13/bsd/sys/
H A Dvnode.h1970 void vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t nam…
/xnu-10002.1.13/bsd/nfs/
H A Dnfs_serv.c3237 vnode_update_identity(fvp, tdvp, toni.ni_cnd.cn_nameptr, in nfsrv_rename()