Searched refs:update_flags (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c726 int update_flags = 0; local
732 update_flags |= VNODE_UPDATE_NAME;
734 update_flags |= VNODE_UPDATE_PARENT;
736 if (update_flags)
737 vnode_update_identity(dp, ndp->ni_dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash, update_flags);
H A Dvfs_vnops.c269 int update_flags = 0; local
273 update_flags |= VNODE_UPDATE_NAME;
275 update_flags |= VNODE_UPDATE_PARENT;
277 if (update_flags)
278 vnode_update_identity(vp, dvp, ndp->ni_cnd.cn_nameptr, ndp->ni_cnd.cn_namelen, ndp->ni_cnd.cn_hash, update_flags);
H A Dvfs_syscalls.c2426 int update_flags = 0; local
2430 update_flags |= VNODE_UPDATE_NAME;
2432 update_flags |= VNODE_UPDATE_PARENT;
2434 if (update_flags)
2435 vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, update_flags);
2817 int update_flags = 0; local
2855 update_flags |= VNODE_UPDATE_NAME;
2857 update_flags |= VNODE_UPDATE_PARENT;
2859 if (update_flags)
2860 vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, update_flags);
5207 int update_flags; local
5280 int update_flags = 0; local
[all...]
H A Dkpi_vfs.c3838 int update_flags; local
3840 update_flags = VNODE_UPDATE_NAME;
3843 update_flags |= VNODE_UPDATE_PARENT;
3849 update_flags);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c2977 int update_flags; local
2978 update_flags = VNODE_UPDATE_NAME;
2980 update_flags |= VNODE_UPDATE_PARENT;
2982 toni.ni_cnd.cn_namelen, toni.ni_cnd.cn_hash, update_flags);

Completed in 43 milliseconds