Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Daudit.c317 const bool is_granted) in tomoyo_get_audit() argument
328 if (is_granted && matched_acl && matched_acl->cond && in tomoyo_get_audit()
336 if (is_granted) in tomoyo_get_audit()
/linux-3.4.99/fs/dlm/
Dlock.c236 static inline int is_granted(struct dlm_lkb *lkb) in is_granted() function