Searched refs:IE_FALSE (Results 1 – 1 of 1) sorted by relevance
| /linux/security/landlock/ |
| H A D | fs.c | 710 #define IE_FALSE(...) KUNIT_EXPECT_FALSE(test, is_eacces(__VA_ARGS__)) macro 718 IE_FALSE(&masks, 0); in test_is_eacces_with_none() 719 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_none() 720 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_none() 721 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_none() 730 IE_FALSE(&masks, 0); in test_is_eacces_with_refer() 731 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_refer() 732 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_refer() 733 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_refer() 742 IE_FALSE(&masks, 0); in test_is_eacces_with_write() [all …]
|