Searched refs:fn_end (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/jffs2/
H A Dreadinode.c222 uint32_t fn_end = tn->fn->ofs + tn->fn->size; jffs2_add_tn_to_tree() local
225 dbg_readinode("insert fragment %#04x-%#04x, ver %u at %08x\n", tn->fn->ofs, fn_end, tn->version, ref_offset(tn->fn->raw)); jffs2_add_tn_to_tree()
270 if (this->fn->ofs > fn_end) jffs2_add_tn_to_tree()
294 this->fn->ofs + this->fn->size <= fn_end) { jffs2_add_tn_to_tree()
302 while (this && this->fn->ofs + this->fn->size <= fn_end) { jffs2_add_tn_to_tree()
318 this->fn->ofs+this->fn->size >= fn_end) { jffs2_add_tn_to_tree()
386 while (this && this->fn->ofs < fn_end) { jffs2_add_tn_to_tree()

Completed in 53 milliseconds