Home
last modified time | relevance | path

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

/fs/ext4/
A Dext4_common.c485 int templength = 0; in ext4fs_update_parent_dentry() local
588 templength = le16_to_cpu(dir->direntlen); in ext4fs_update_parent_dentry()
589 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()
594 dir = (struct ext2_dirent *)((char *)dir + templength); in ext4fs_update_parent_dentry()
598 templength = le16_to_cpu(dir->direntlen); in ext4fs_update_parent_dentry()
599 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()
600 dir = (struct ext2_dirent *)((char *)dir + templength); in ext4fs_update_parent_dentry()

Completed in 6 milliseconds