Searched refs:NMA_FALSE (Results 1 – 1 of 1) sorted by relevance
/linux/security/landlock/ |
H A D | fs.c | 463 #define NMA_FALSE(...) KUNIT_EXPECT_FALSE(test, no_more_access(__VA_ARGS__)) macro 492 NMA_FALSE(&x0, &x0, false, &allows_all, NULL, false); in test_no_more_access() 500 NMA_FALSE(&rx0, &rx0, false, &x0, NULL, false); in test_no_more_access() 501 NMA_FALSE(&rx0, &rx0, false, &x1, NULL, false); in test_no_more_access() 510 NMA_FALSE(&x01, &x01, false, &x0, NULL, false); in test_no_more_access() 513 NMA_FALSE(&rx0, &rx0, true, &x0, NULL, false); in test_no_more_access() 518 NMA_FALSE(&mx0, &mx0, true, &x0, NULL, false); in test_no_more_access() 523 NMA_FALSE(&mx0, &mx0, true, &x0, &mx0, true); in test_no_more_access() 524 NMA_FALSE(&mx0, &mx0, true, &x0, &x0, true); in test_no_more_access() 525 NMA_FALSE(&mx0, &mx0, true, &x1, &x1, true); in test_no_more_access() [all …]
|