Searched refs:NMA_FALSE (Results 1 – 1 of 1) sorted by relevance
| /linux/security/landlock/ |
| H A D | fs.c | 455 #define NMA_FALSE(...) KUNIT_EXPECT_FALSE(test, no_more_access(__VA_ARGS__)) macro 484 NMA_FALSE(&x0, &x0, false, &allows_all, NULL, false); in test_no_more_access() 492 NMA_FALSE(&rx0, &rx0, false, &x0, NULL, false); in test_no_more_access() 493 NMA_FALSE(&rx0, &rx0, false, &x1, NULL, false); in test_no_more_access() 502 NMA_FALSE(&x01, &x01, false, &x0, NULL, false); in test_no_more_access() 505 NMA_FALSE(&rx0, &rx0, true, &x0, NULL, false); in test_no_more_access() 510 NMA_FALSE(&mx0, &mx0, true, &x0, NULL, false); in test_no_more_access() 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() [all …]
|