Lines Matching refs:LANDLOCK_NUM_ACCESS_FS

408 	const layer_mask_t (*const layer_masks_parent1)[LANDLOCK_NUM_ACCESS_FS],  in no_more_access()  argument
409 const layer_mask_t (*const layer_masks_child1)[LANDLOCK_NUM_ACCESS_FS], in no_more_access() argument
411 const layer_mask_t (*const layer_masks_parent2)[LANDLOCK_NUM_ACCESS_FS], in no_more_access() argument
412 const layer_mask_t (*const layer_masks_child2)[LANDLOCK_NUM_ACCESS_FS], in no_more_access() argument
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()
479 const layer_mask_t allows_all[LANDLOCK_NUM_ACCESS_FS] = {}; in test_no_more_access()
568 layer_mask_t (*const layer_masks)[LANDLOCK_NUM_ACCESS_FS]) in is_layer_masks_allowed() argument
580 layer_mask_t (*const layer_masks)[LANDLOCK_NUM_ACCESS_FS]) in scope_to_request() argument
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()
650 is_eacces(const layer_mask_t (*const layer_masks)[LANDLOCK_NUM_ACCESS_FS], in is_eacces() argument
675 const layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = {}; in test_is_eacces_with_none()
685 const layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_is_eacces_with_refer()
697 const layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_is_eacces_with_write()
758 layer_mask_t (*const layer_masks_parent1)[LANDLOCK_NUM_ACCESS_FS], in is_access_to_paths_allowed() argument
762 layer_mask_t (*const layer_masks_parent2)[LANDLOCK_NUM_ACCESS_FS], in is_access_to_paths_allowed() argument
770 layer_mask_t _layer_masks_child1[LANDLOCK_NUM_ACCESS_FS], in is_access_to_paths_allowed()
771 _layer_masks_child2[LANDLOCK_NUM_ACCESS_FS]; in is_access_to_paths_allowed()
772 layer_mask_t(*layer_masks_child1)[LANDLOCK_NUM_ACCESS_FS] = NULL, in is_access_to_paths_allowed()
773 (*layer_masks_child2)[LANDLOCK_NUM_ACCESS_FS] = NULL; in is_access_to_paths_allowed()
960 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = {}; in current_check_access_path()
1035 layer_mask_t (*const layer_masks_dom)[LANDLOCK_NUM_ACCESS_FS]) in collect_domain_accesses() argument
1141 layer_mask_t layer_masks_parent1[LANDLOCK_NUM_ACCESS_FS] = {}, in current_check_refer_path()
1142 layer_masks_parent2[LANDLOCK_NUM_ACCESS_FS] = {}; in current_check_refer_path()
1618 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = {}; in hook_file_open()