Searched refs:NMA_FALSE (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/security/landlock/ |
| H A D | fs.c | 515 NMA_FALSE(&mx0, &mx0, true, &x0, &mx0, true); in test_no_more_access() 516 NMA_FALSE(&mx0, &mx0, true, &x0, &x0, true); in test_no_more_access() 517 NMA_FALSE(&mx0, &mx0, true, &x1, &x1, true); in test_no_more_access() 546 NMA_FALSE(&x1, &x1, false, &x0, NULL, false); in test_no_more_access() 548 NMA_FALSE(&x1, &x1, true, &x0, NULL, false); in test_no_more_access() 549 NMA_FALSE(&x1, &x1, true, &rx0, NULL, false); in test_no_more_access() 555 NMA_FALSE(&x1, &x1, false, &x0, &x0, false); in test_no_more_access() 557 NMA_FALSE(&x1, &x1, false, &x0, &x0, true); in test_no_more_access() 558 NMA_FALSE(&x1, &x1, true, &x0, &x0, false); in test_no_more_access() 559 NMA_FALSE(&x1, &x1, true, &x0, &x0, true); in test_no_more_access() [all …]
|