Searched refs:fn_end (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | readinode.c | 222 uint32_t fn_end = tn->fn->ofs + tn->fn->size; in 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)); in jffs2_add_tn_to_tree() 270 if (this->fn->ofs > fn_end) in jffs2_add_tn_to_tree() 294 this->fn->ofs + this->fn->size <= fn_end) { in jffs2_add_tn_to_tree() 302 while (this && this->fn->ofs + this->fn->size <= fn_end) { in jffs2_add_tn_to_tree() 318 this->fn->ofs+this->fn->size >= fn_end) { in jffs2_add_tn_to_tree() 386 while (this && this->fn->ofs < fn_end) { in jffs2_add_tn_to_tree()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | readinode.c | 222 uint32_t fn_end = tn->fn->ofs + tn->fn->size; in 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)); in jffs2_add_tn_to_tree() 270 if (this->fn->ofs > fn_end) in jffs2_add_tn_to_tree() 294 this->fn->ofs + this->fn->size <= fn_end) { in jffs2_add_tn_to_tree() 302 while (this && this->fn->ofs + this->fn->size <= fn_end) { in jffs2_add_tn_to_tree() 318 this->fn->ofs+this->fn->size >= fn_end) { in jffs2_add_tn_to_tree() 386 while (this && this->fn->ofs < fn_end) { in jffs2_add_tn_to_tree()
|
Completed in 5 milliseconds