Home
last modified time | relevance | path

Searched refs:needput (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/security/apparmor/include/
H A Dcred.h67 bool *needput) in aa_get_newest_cred_label_condref() argument
72 *needput = true; in aa_get_newest_cred_label_condref()
76 *needput = false; in aa_get_newest_cred_label_condref()
80 static inline void aa_put_label_condref(struct aa_label *l, bool needput) in aa_put_label_condref() argument
82 if (unlikely(needput)) in aa_put_label_condref()
/linux-6.15/security/apparmor/
H A Dlsm.c464 bool needput; in apparmor_file_open() local
481 label = aa_get_newest_cred_label_condref(file->f_cred, &needput); in apparmor_file_open()
498 aa_put_label_condref(label, needput); in apparmor_file_open()