Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c453 #define NMA_FALSE(...) KUNIT_EXPECT_FALSE(test, no_more_access(__VA_ARGS__)) macro
482 NMA_FALSE(&x0, &x0, false, &allows_all, NULL, false); in test_no_more_access()
490 NMA_FALSE(&rx0, &rx0, false, &x0, NULL, false); in test_no_more_access()
491 NMA_FALSE(&rx0, &rx0, false, &x1, NULL, false); in test_no_more_access()
500 NMA_FALSE(&x01, &x01, false, &x0, NULL, false); in test_no_more_access()
503 NMA_FALSE(&rx0, &rx0, true, &x0, NULL, false); in test_no_more_access()
508 NMA_FALSE(&mx0, &mx0, true, &x0, NULL, false); in test_no_more_access()
513 NMA_FALSE(&mx0, &mx0, true, &x0, &mx0, true); in test_no_more_access()
514 NMA_FALSE(&mx0, &mx0, true, &x0, &x0, true); in test_no_more_access()
515 NMA_FALSE(&mx0, &mx0, true, &x1, &x1, true); in test_no_more_access()
[all …]