Searched refs:LANDLOCK_NUM_ACCESS_FS (Results 1 – 5 of 5) sorted by relevance
461 const layer_mask_t rx0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()465 const layer_mask_t mx0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()469 const layer_mask_t x0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()472 const layer_mask_t x1[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()475 const layer_mask_t x01[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()599 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = {}; in test_scope_to_request_with_exec_none()613 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_scope_to_request_with_exec_some()630 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_scope_to_request_without_access()771 _layer_masks_child2[LANDLOCK_NUM_ACCESS_FS]; in is_access_to_paths_allowed()773 (*layer_masks_child2)[LANDLOCK_NUM_ACCESS_FS] = NULL; in is_access_to_paths_allowed()[all …]
40 static_assert(BITS_PER_TYPE(access_mask_t) >= LANDLOCK_NUM_ACCESS_FS);50 access_mask_t fs : LANDLOCK_NUM_ACCESS_FS;
24 #define LANDLOCK_NUM_ACCESS_FS __const_hweight64(LANDLOCK_MASK_ACCESS_FS) macro
42 static_assert(ARRAY_SIZE(fs_access_strings) == LANDLOCK_NUM_ACCESS_FS);224 const layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_get_denied_layer()
694 num_access = LANDLOCK_NUM_ACCESS_FS; in landlock_init_layer_masks()
Completed in 12 milliseconds