Searched refs:LANDLOCK_NUM_ACCESS_FS (Results 1 – 4 of 4) sorted by relevance
469 const layer_mask_t rx0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()473 const layer_mask_t mx0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()477 const layer_mask_t x0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()480 const layer_mask_t x1[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()483 const layer_mask_t x01[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()600 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = {}; in test_scope_to_request_with_exec_none()614 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_scope_to_request_with_exec_some()631 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_scope_to_request_without_access()768 _layer_masks_child2[LANDLOCK_NUM_ACCESS_FS]; in is_access_to_paths_allowed()770 (*layer_masks_child2)[LANDLOCK_NUM_ACCESS_FS] = NULL; in is_access_to_paths_allowed()[all …]
23 #define LANDLOCK_NUM_ACCESS_FS __const_hweight64(LANDLOCK_MASK_ACCESS_FS) macro
36 static_assert(BITS_PER_TYPE(access_mask_t) >= LANDLOCK_NUM_ACCESS_FS);46 access_mask_t fs : LANDLOCK_NUM_ACCESS_FS;
700 num_access = LANDLOCK_NUM_ACCESS_FS; in landlock_init_layer_masks()
Completed in 10 milliseconds