Searched refs:totalbytes (Results 1 – 1 of 1) sorted by relevance
482 int totalbytes = 0; in ext4fs_update_parent_dentry() local531 totalbytes = 0; in ext4fs_update_parent_dentry()538 if (fs->blksz - totalbytes == le16_to_cpu(dir->direntlen)) { in ext4fs_update_parent_dentry()589 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()599 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()612 dir->direntlen = cpu_to_le16(fs->blksz - totalbytes); in ext4fs_update_parent_dentry()
Completed in 6 milliseconds