Searched refs:vnode_update_identity (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_cache.c | 379 (void)vnode_update_identity(tvp, pvp, NULL, 0, 0, in vnode_issubdir() 667 vnode_update_identity(vp, NULL, str, (unsigned int)strlen(str), 0, VNODE_UPDATE_NAME); in build_path_with_parent() 709 vnode_update_identity(vp, dvp, NULL, 0, 0, VNODE_UPDATE_PARENT); in build_path_with_parent() 946 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 | 4790 …vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in mknod() 5402 …vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in symlinkat_internal() 5674 vnode_update_identity(vp, NULL, NULL, 0, 0, VNODE_UPDATE_PARENT); in unlinkat_internal() 8149 (void)vnode_update_identity(tvp, tdvp, cnp->cn_nameptr, in clonefile_internal() 8978 …vnode_update_identity(fvp, tdvp, tond->ni_cnd.cn_nameptr, tond->ni_cnd.cn_namelen, tond->ni_cnd.cn… in renameat_internal() 9184 …vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, upda… in mkdir1at() 9500 vnode_update_identity(vp, NULL, NULL, 0, 0, VNODE_UPDATE_PARENT); in rmdirat_internal()
|
| H A D | vfs_vnops.c | 299 …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 | 436 vnode_update_identity(svp, vp, NULL, 0, 0, VNODE_UPDATE_NAMEDSTREAM_PARENT); in vnode_setasnamedstream_internal()
|
| H A D | kpi_vfs.c | 4450 vnode_update_identity(src_attr_vp, tdvp, in vn_rename()
|
| H A D | vfs_subr.c | 3011 …vnode_update_identity(vp, NULLVP, NULL, 0, 0, VNODE_UPDATE_PARENT | VNODE_UPDATE_NAME | VNODE_UPDA… in vclean()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | vnode.h | 1878 void vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t nam…
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_node.c | 366 vnode_update_identity(vp, NFSTOV(dnp), cnp->cn_nameptr, cn_namelen, 0, update_flags); in nfs_nget()
|
| H A D | nfs_serv.c | 3241 vnode_update_identity(fvp, tdvp, toni.ni_cnd.cn_nameptr, in nfsrv_rename()
|