Home
last modified time | relevance | path

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

/linux-6.6.21/security/tomoyo/
Daudit.c331 const bool is_granted) in tomoyo_get_audit() argument
343 if (is_granted && matched_acl && matched_acl->cond && in tomoyo_get_audit()
351 if (is_granted) in tomoyo_get_audit()
/linux-6.6.21/fs/dlm/
Dlock.c239 static inline int is_granted(struct dlm_lkb *lkb) in is_granted() function