Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.c480 int totalbytes = 0; in ext4fs_update_parent_dentry() local
528 totalbytes = 0; in ext4fs_update_parent_dentry()
535 if (fs->blksz - totalbytes == le16_to_cpu(dir->direntlen)) { in ext4fs_update_parent_dentry()
586 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()
596 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()
609 dir->direntlen = cpu_to_le16(fs->blksz - totalbytes); in ext4fs_update_parent_dentry()