Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Ddomain.c139 get_layer_deny_mask(const access_mask_t all_existing_optional_access, in get_layer_deny_mask()
145 WARN_ON_ONCE(all_existing_optional_access != in get_layer_deny_mask()
151 access_weight = hweight_long(all_existing_optional_access & in get_layer_deny_mask()
164 * @all_existing_optional_access: Bitmask of valid optional accesses. in test_get_layer_deny_mask()
173 const access_mask_t all_existing_optional_access, in test_get_layer_deny_mask()
176 const unsigned long access_opt = all_existing_optional_access; in test_get_layer_deny_mask()
223 landlock_get_deny_masks(const access_mask_t all_existing_optional_access, in test_landlock_get_deny_masks()
234 all_existing_optional_access)); in test_landlock_get_deny_masks()
253 all_existing_optional_access, access_bit, i);
138 get_layer_deny_mask(const access_mask_t all_existing_optional_access,const unsigned long access_bit,const size_t layer) get_layer_deny_mask() argument
184 landlock_get_deny_masks(const access_mask_t all_existing_optional_access,const access_mask_t optional_access,const struct layer_access_masks * const masks) landlock_get_deny_masks() argument
H A Daudit.c251 const access_mask_t all_existing_optional_access, in get_layer_from_deny_masks()
256 const unsigned long access_opt = all_existing_optional_access; in get_layer_from_deny_masks()
504 !!request->all_existing_optional_access)))
508 request->all_existing_optional_access))
513 if (WARN_ON_ONCE(!request->all_existing_optional_access))
515 static_assert(sizeof(request->all_existing_optional_access) ==
520 request->all_existing_optional_access))))
247 get_layer_from_deny_masks(access_mask_t * const access_request,const access_mask_t all_existing_optional_access,const deny_masks_t deny_masks) get_layer_from_deny_masks() argument
H A Ddomain.h125 landlock_get_deny_masks(const access_mask_t all_existing_optional_access,
130 const access_mask_t all_existing_optional_access, in landlock_free_hierarchy_details()
H A Dfs.c1844 .all_existing_optional_access = _LANDLOCK_ACCESS_FS_OPTIONAL,
1884 .all_existing_optional_access = _LANDLOCK_ACCESS_FS_OPTIONAL,