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

/u-boot/fs/ubifs/
H A Dlpt.c608 int lnum, err = 0, node_sz, iopos, i, j, cnt, len, alen, row; local
658 node_sz = ALIGN(ubifs_idx_node_sz(c, 1), 8);
659 iopos = ALIGN(node_sz, c->min_io_size);
661 pnode->lprops[0].dirty = iopos - node_sz;
664 node_sz = UBIFS_INO_NODE_SZ;
665 iopos = ALIGN(node_sz, c->min_io_size);
667 pnode->lprops[1].dirty = iopos - node_sz;

Completed in 40 milliseconds