Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c483 int templength = 0; in ext4fs_update_parent_dentry() local
585 templength = le16_to_cpu(dir->direntlen); in ext4fs_update_parent_dentry()
586 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()
591 dir = (struct ext2_dirent *)((char *)dir + templength); in ext4fs_update_parent_dentry()
595 templength = le16_to_cpu(dir->direntlen); in ext4fs_update_parent_dentry()
596 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()
597 dir = (struct ext2_dirent *)((char *)dir + templength); in ext4fs_update_parent_dentry()