cap_ambient       322 fs/proc/array.c 			cap_bset, cap_ambient;
cap_ambient       330 fs/proc/array.c 	cap_ambient	= cred->cap_ambient;
cap_ambient       337 fs/proc/array.c 	render_cap_t(m, "CapAmb:\t", &cap_ambient);
cap_ambient       133 include/linux/cred.h 	kernel_cap_t	cap_ambient;	/* Ambient capability set */
cap_ambient       216 include/linux/cred.h 	return cap_issubset(cred->cap_ambient,
cap_ambient      2467 kernel/auditsc.c 	ax->old_pcap.ambient     = old->cap_ambient;
cap_ambient      2472 kernel/auditsc.c 	ax->new_pcap.ambient     = new->cap_ambient;
cap_ambient      2491 kernel/auditsc.c 	context->capset.cap.ambient     = new->cap_ambient;
cap_ambient        51 kernel/user_namespace.c 	cred->cap_ambient = CAP_EMPTY_SET;
cap_ambient       276 security/commoncap.c 	new->cap_ambient = cap_intersect(new->cap_ambient,
cap_ambient       815 security/commoncap.c 	new->cap_ambient = old->cap_ambient;
cap_ambient       856 security/commoncap.c 		cap_clear(new->cap_ambient);
cap_ambient       862 security/commoncap.c 	new->cap_permitted = cap_combine(new->cap_permitted, new->cap_ambient);
cap_ambient       871 security/commoncap.c 		new->cap_effective = new->cap_ambient;
cap_ambient      1018 security/commoncap.c 		cap_clear(new->cap_ambient);
cap_ambient      1257 security/commoncap.c 			cap_clear(new->cap_ambient);
cap_ambient      1265 security/commoncap.c 			return !!cap_raised(current_cred()->cap_ambient, arg3);
cap_ambient      1281 security/commoncap.c 				cap_raise(new->cap_ambient, arg3);
cap_ambient      1283 security/commoncap.c 				cap_lower(new->cap_ambient, arg3);
cap_ambient       938 security/keys/process_keys.c 	new->cap_ambient	= old->cap_ambient;