Lines Matching defs:key
116 __le32 key;
122 p->key = *(p->p = v);
128 while (from <= to && from->key == *from->p)
213 * Function fills the array of triples <key, p, bh> and returns %NULL
215 * (incomplete one) otherwise. Upon the return chain[i].key contains
247 if (!p->key)
250 bh = sb_bread(sb, le32_to_cpu(p->key));
258 if (!p->key)
463 * triple of that (one with zero ->key). Upon the exit we have the same
466 * set the last link), but branch->key contains the number that should
492 branch[0].key = cpu_to_le32(new_blocks[0]);
511 branch[n].key = cpu_to_le32(new_blocks[n]);
512 *branch[n].p = branch[n].key;
569 *where->p = where->key;
576 current_block = le32_to_cpu(where->key) + 1;
589 le32_to_cpu(where[num].key) + blks - 1;
647 first_block = le32_to_cpu(chain[depth - 1].key);
744 le32_to_cpu(chain[depth-1].key),
752 le32_to_cpu(chain[depth-1].key), count,
775 *bno = le32_to_cpu(chain[depth-1].key);
1064 if (!partial->key && *partial->p) {