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

/macosx-10.9.5/sudo-72/src/
H A Dvasgroups.c61 static const int update_flags = 0; variable
133 if( (vaserr = v_user_init( sudo_vas_ctx, sudo_vas_id, user, update_flags, &vas_user )) != VAS_ERR_SUCCESS ) {
141 if( (vaserr = v_group_init( sudo_vas_ctx, sudo_vas_id, group, update_flags, &vas_group )) != VAS_ERR_SUCCESS ) {
220 if (update_flags & VAS_NAME_FLAG_NO_LDAP) {
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c344 int update_flags = (vnode_ismonitored((NFSTOV(dnp)))) ? VNODE_UPDATE_CACHE : 0; local
350 update_flags |= VNODE_UPDATE_NAME;
352 update_flags |= VNODE_UPDATE_NAME;
354 update_flags |= VNODE_UPDATE_PARENT;
355 if (update_flags) {
358 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);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c489 int update_flags = 0; local
493 update_flags |= VNODE_UPDATE_NAME;
495 update_flags |= VNODE_UPDATE_PARENT;
497 if (update_flags)
498 vnode_update_identity(vp, dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash, update_flags);
H A Dvfs_vnops.c280 int update_flags = 0; local
284 update_flags |= VNODE_UPDATE_NAME;
286 update_flags |= VNODE_UPDATE_PARENT;
288 if (update_flags)
289 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.c3411 int update_flags = 0; local
3415 update_flags |= VNODE_UPDATE_NAME;
3417 update_flags |= VNODE_UPDATE_PARENT;
3419 if (update_flags)
3420 vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, update_flags);
3889 int update_flags = 0; local
3930 update_flags |= VNODE_UPDATE_NAME;
3932 update_flags |= VNODE_UPDATE_PARENT;
3934 if (update_flags)
3935 vnode_update_identity(vp, dvp, nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, update_flags);
6461 int update_flags; local
6536 int update_flags = 0; local
[all...]
H A Dkpi_vfs.c3869 int update_flags = VNODE_UPDATE_NAME; local
3872 update_flags |= VNODE_UPDATE_PARENT;
3879 update_flags);
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_node.c2130 int update_flags = 0; local
2213 update_flags |= VNODE_UPDATE_PARENT;
2227 if (update_flags != 0) {
2229 update_flags);
2248 if (update_flags != 0) {
2250 update_flags);
2285 update_flags |= VNODE_UPDATE_NAME;
2289 if (update_flags != 0) {
2291 update_flags);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls2.c317 update_flags( Sockbuf *sb, tls_session * ssl, int rc ) function
387 if ( update_flags( sb, ssl, err )) {
449 if ( update_flags( sb, ssl, err )) return 1;

Completed in 275 milliseconds