Home
last modified time | relevance | path

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

/openbmc/linux/security/landlock/
H A Dfs.c258 unsigned long access_bit; in unmask_layers() local
330 unsigned long access_bit; in init_layer_masks() local
338 if (BIT_ULL(access_bit) & in init_layer_masks()
341 (*layer_masks)[access_bit] |= in init_layer_masks()
364 unsigned long access_bit; in no_more_access() local
366 for (access_bit = 0; access_bit < ARRAY_SIZE(*layer_masks_parent2); in no_more_access()
367 access_bit++) { in no_more_access()
413 unsigned long access_bit; in scope_to_request() local
419 (*layer_masks)[access_bit] = 0; in scope_to_request()
431 unsigned long access_bit; in is_eacces() local
[all …]