Lines Matching refs:access_bit
423 unsigned long access_bit; in no_more_access() local
425 for (access_bit = 0; access_bit < ARRAY_SIZE(*layer_masks_parent2); in no_more_access()
426 access_bit++) { in no_more_access()
429 !!(BIT_ULL(access_bit) & ACCESS_FILE); in no_more_access()
438 if ((((*layer_masks_parent1)[access_bit] & in no_more_access()
439 (*layer_masks_child1)[access_bit]) | in no_more_access()
440 (*layer_masks_parent2)[access_bit]) != in no_more_access()
441 (*layer_masks_parent2)[access_bit]) in no_more_access()
452 if ((((*layer_masks_parent2)[access_bit] & in no_more_access()
453 (*layer_masks_child2)[access_bit]) | in no_more_access()
454 (*layer_masks_parent1)[access_bit]) != in no_more_access()
455 (*layer_masks_parent1)[access_bit]) in no_more_access()
585 unsigned long access_bit; in scope_to_request() local
590 for_each_clear_bit(access_bit, &access_req, ARRAY_SIZE(*layer_masks)) in scope_to_request()
591 (*layer_masks)[access_bit] = 0; in scope_to_request()
654 unsigned long access_bit; in is_eacces() local
662 for_each_set_bit(access_bit, &access_check, ARRAY_SIZE(*layer_masks)) { in is_eacces()
663 if ((*layer_masks)[access_bit]) in is_eacces()
1534 unsigned long access_bit; in hook_file_open() local
1543 for_each_set_bit(access_bit, &access_req, in hook_file_open()
1545 if (!layer_masks[access_bit]) in hook_file_open()
1546 allowed_access |= BIT_ULL(access_bit); in hook_file_open()