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

/u-boot/fs/ext4/
H A Dext4_common.c481 int totalbytes = 0; local
530 totalbytes = 0;
537 if (fs->blksz - totalbytes == le16_to_cpu(dir->direntlen)) {
588 totalbytes = totalbytes + templength;
598 totalbytes = totalbytes + templength;
611 dir->direntlen = cpu_to_le16(fs->blksz - totalbytes);

Completed in 99 milliseconds