Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c655 #define IE_FALSE(...) KUNIT_EXPECT_FALSE(test, is_eacces(__VA_ARGS__)) macro
663 IE_FALSE(&masks, 0); in test_is_eacces_with_none()
664 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_none()
665 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_none()
666 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_none()
675 IE_FALSE(&masks, 0); in test_is_eacces_with_refer()
676 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_refer()
677 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_refer()
678 IE_FALSE(&masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_refer()
687 IE_FALSE(&masks, 0); in test_is_eacces_with_write()
[all …]