Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c639 static bool is_eacces(const struct layer_access_masks *masks, in is_eacces() function
654 #define IE_TRUE(...) KUNIT_EXPECT_TRUE(test, is_eacces(__VA_ARGS__))
655 #define IE_FALSE(...) KUNIT_EXPECT_FALSE(test, is_eacces(__VA_ARGS__))
1236 if (likely(is_eacces(&layer_masks_parent1, access_request_parent1) || in current_check_refer_path()
1237 is_eacces(&layer_masks_parent2, access_request_parent2))) in current_check_refer_path()