Home
last modified time | relevance | path

Searched refs:id_changed (Results 1 – 4 of 4) sorted by relevance

/linux/security/
H A Dcommoncap.c924 bool effective = false, has_fcap = false, id_changed; in cap_bprm_creds_from_file() local
948 id_changed = !uid_eq(new->euid, old->euid) || !in_group_p(new->egid); in cap_bprm_creds_from_file()
950 if ((id_changed || __cap_gained(permitted, new, old)) && in cap_bprm_creds_from_file()
967 if (has_fcap || id_changed) in cap_bprm_creds_from_file()
1000 if (id_changed || in cap_bprm_creds_from_file()
/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h2585 unsigned int id_changed:1; member
H A Dqla_init.c6250 if (fcport->id_changed) { in qla2x00_update_fcport()
6251 fcport->id_changed = 0; in qla2x00_update_fcport()
H A Dqla_os.c5383 fcport->id_changed = 1; in qla24xx_create_new_sess()