Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Ddebug.c2107 struct fsck_inode *fscki1; in check_leaf() local
2132 fscki1 = read_add_inode(c, priv, inum); in check_leaf()
2133 if (IS_ERR(fscki1)) { in check_leaf()
2134 err = PTR_ERR(fscki1); in check_leaf()
2142 fscki1->calc_xcnt += 1; in check_leaf()
2143 fscki1->calc_xsz += CALC_DENT_SIZE(nlen); in check_leaf()
2144 fscki1->calc_xsz += CALC_XATTR_BYTES(fscki->size); in check_leaf()
2145 fscki1->calc_xnms += nlen; in check_leaf()
2147 fscki1->calc_sz += CALC_DENT_SIZE(nlen); in check_leaf()
2149 fscki1->calc_cnt += 1; in check_leaf()