Searched refs:totalbytes (Results 1 – 4 of 4) sorted by relevance
48 totalbytes = 062 totalbytes += bytes78 line = '%d K' % ((totalbytes+1023) // 1024)
140 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member243 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)
103 g->totalbytes = tb - debt; in luaE_setdebt()326 g->totalbytes = sizeof(LG); in lua_newstate()
479 int totalbytes = 0; in ext4fs_update_parent_dentry() local527 totalbytes = 0; in ext4fs_update_parent_dentry()534 if (fs->blksz - totalbytes == le16_to_cpu(dir->direntlen)) { in ext4fs_update_parent_dentry()585 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()595 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()608 dir->direntlen = cpu_to_le16(fs->blksz - totalbytes); in ext4fs_update_parent_dentry()