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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c343 int update_flags = vnode_ismonitored((NFSTOV(dnp))) ? VNODE_UPDATE_CACHE : 0; local
349 update_flags |= VNODE_UPDATE_NAME;
351 update_flags |= VNODE_UPDATE_NAME;
353 update_flags |= VNODE_UPDATE_PARENT;
354 if (update_flags)
355 vnode_update_identity(vp, NFSTOV(dnp), cnp->cn_nameptr, cnp->cn_namelen, 0, update_flags);
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);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c435 int update_flags = 0; local
439 update_flags |= VNODE_UPDATE_NAME;
441 update_flags |= VNODE_UPDATE_PARENT;
443 if (update_flags)
444 vnode_update_identity(vp, dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash, update_flags);
H A Dvfs_vnops.c275 int update_flags = 0; local
279 update_flags |= VNODE_UPDATE_NAME;
281 update_flags |= VNODE_UPDATE_PARENT;
283 if (update_flags)
284 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.c3363 int update_flags = 0; local
3367 update_flags |= VNODE_UPDATE_NAME;
3369 update_flags |= VNODE_UPDATE_PARENT;
3371 if (update_flags)
3372 vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, update_flags);
3832 int update_flags = 0; local
3873 update_flags |= VNODE_UPDATE_NAME;
3875 update_flags |= VNODE_UPDATE_PARENT;
3877 if (update_flags)
3878 vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, update_flags);
6399 int update_flags; local
6474 int update_flags = 0; local
[all...]
H A Dkpi_vfs.c4517 int update_flags = VNODE_UPDATE_NAME; local
4520 update_flags |= VNODE_UPDATE_PARENT;
4526 update_flags);

Completed in 153 milliseconds