Home
last modified time | relevance | path

Searched refs:boffs (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ubifs/
Dlpt.c614 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local
697 boffs = 0; /* Offset of level below */ in ubifs_create_dflt_lpt()
751 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt()
753 boffs = 0; in ubifs_create_dflt_lpt()
756 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt()
757 boffs += bsz; in ubifs_create_dflt_lpt()