Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dlpt.c603 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local
695 boffs = 0; /* Offset of level below */ in ubifs_create_dflt_lpt()
753 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt()
755 boffs = 0; in ubifs_create_dflt_lpt()
758 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt()
759 boffs += bsz; in ubifs_create_dflt_lpt()