Searched refs:vnode_update_identity (Results 1 – 9 of 9) sorted by relevance
| /xnu-10002.1.13/bsd/vfs/ |
| H A D | vfs_cache.c | 460 (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 D | vfs_lookup.c | 659 vnode_update_identity(vp, dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash, update_flags); in lookup_consider_update_cache()
|
| H A D | vfs_syscalls.c | 5264 …vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in mknodat_internal() 5916 …vnode_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() 9563 …vnode_update_identity(fvp, tdvp, tond->ni_cnd.cn_nameptr, tond->ni_cnd.cn_namelen, tond->ni_cnd.cn… in renameat_internal() 9773 …vnode_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 D | vfs_vnops.c | 296 …vnode_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 D | vfs_xattr.c | 430 vnode_update_identity(svp, vp, NULL, 0, 0, VNODE_UPDATE_NAMEDSTREAM_PARENT); in vnode_setasnamedstream_internal()
|
| H A D | kpi_vfs.c | 4576 vnode_update_identity(src_attr_vp, tdvp, in vn_rename()
|
| H A D | vfs_subr.c | 3165 …vnode_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 D | vnode.h | 1970 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 D | nfs_serv.c | 3237 vnode_update_identity(fvp, tdvp, toni.ni_cnd.cn_nameptr, in nfsrv_rename()
|