Home
last modified time | relevance | path

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

/fs/overlayfs/
Dnamei.c203 bool last_element = !post[0]; in ovl_lookup_single() local
229 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()
234 if (d->is_dir || !last_element) { in ovl_lookup_single()
253 if (last_element) in ovl_lookup_single()
260 if (last_element) in ovl_lookup_single()
/fs/reiserfs/
Dstree.c594 struct path_element *last_element; in search_by_key() local
635 last_element = in search_by_key()
644 if ((bh = last_element->pe_buffer = in search_by_key()
748 &last_element->pe_position); in search_by_key()
759 last_element->pe_position++; in search_by_key()
773 B_N_CHILD_NUM(bh, last_element->pe_position); in search_by_key()
781 int pos = last_element->pe_position; in search_by_key()