Lines Matching refs:shortcut
672 struct assoc_array_shortcut *shortcut;
737 /* If the root is a shortcut, either the keyring only contains
741 shortcut = assoc_array_ptr_to_shortcut(ptr);
742 if ((shortcut->index_key[0] & ASSOC_ARRAY_FAN_MASK) != 0)
745 ptr = READ_ONCE(shortcut->next_node);
761 shortcut = assoc_array_ptr_to_shortcut(ptr);
762 ptr = READ_ONCE(shortcut->next_node);
815 shortcut = assoc_array_ptr_to_shortcut(ptr);
816 ptr = READ_ONCE(shortcut->back_pointer);
817 slot = shortcut->parent_slot;