Searched refs:aligned_ilen (Results 1 - 1 of 1) sorted by path

/linux-master/fs/ubifs/
H A Djournal.c670 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); local
698 aligned_ilen = ALIGN(ilen, 8);
700 len = aligned_dlen + aligned_ilen + UBIFS_INO_NODE_SZ;
747 ino = (void *)ino + aligned_ilen;
803 ino_offs += aligned_ilen;

Completed in 176 milliseconds