Home
last modified time | relevance | path

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

/linux/security/landlock/ !
H A Dfs.c452 #define NMA_TRUE(...) KUNIT_EXPECT_TRUE(test, no_more_access(__VA_ARGS__)) macro
480 NMA_TRUE(&x0, &allows_all, false, &allows_all, NULL, false); in test_no_more_access()
481 NMA_TRUE(&allows_all, &x0, false, &allows_all, NULL, false); in test_no_more_access()
488 NMA_TRUE(&x0, &x0, false, &rx0, NULL, false); in test_no_more_access()
489 NMA_TRUE(&rx0, &rx0, false, &rx0, NULL, false); in test_no_more_access()
494 NMA_TRUE(&x0, &x1, false, &x0, NULL, false); in test_no_more_access()
495 NMA_TRUE(&x1, &x0, false, &x0, NULL, false); in test_no_more_access()
496 NMA_TRUE(&x0, &x01, false, &x0, NULL, false); in test_no_more_access()
497 NMA_TRUE(&x0, &x01, false, &rx0, NULL, false); in test_no_more_access()
498 NMA_TRUE(&x01, &x0, false, &x0, NULL, false); in test_no_more_access()
[all …]