Lines Matching refs:this
9 * For licensing information, see the file 'LICENCE' in this directory.
182 /* We'd like to give this block another try. */
207 this a standard doubly-linked list? */
216 /* Walk the inode's list once, removing any nodes from this eraseblock */
229 struct jffs2_raw_node_ref *this;
231 this = *prev;
232 *prev = this->next_in_ino;
233 this->next_in_ino = NULL;
235 if (this == ref)
256 struct jffs2_raw_node_ref *this;
259 this = ic->nodes;
262 while(this) {
264 ref_offset(this), ref_flags(this));
269 this = this->next_in_ino;