Lines Matching defs:key
61 sysv_zone_t key;
69 p->key = *(p->p = v);
75 while (from <= to && from->key == *from->p)
100 if (!p->key)
103 int block = block_to_cpu(SYSV_SB(sb), p->key);
110 if (!p->key)
134 branch[0].key = sysv_new_block(inode->i_sb);
135 if (branch[0].key) for (n = 1; n < num; n++) {
139 branch[n].key = sysv_new_block(inode->i_sb);
140 if (!branch[n].key)
146 parent = block_to_cpu(SYSV_SB(inode->i_sb), branch[n-1].key);
149 sysv_free_block(inode->i_sb, branch[n].key);
156 *branch[n].p = branch[n].key;
168 sysv_free_block(inode->i_sb, branch[i].key);
183 *where->p = where->key;
203 sysv_free_block(inode->i_sb, where[i].key);
229 chain[depth-1].key));
302 if (!partial->key && *partial->p) {