Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Ddebug.c2068 struct fsck_inode *fscki1; in check_leaf() local
2093 fscki1 = read_add_inode(c, priv, inum); in check_leaf()
2094 if (IS_ERR(fscki1)) { in check_leaf()
2095 err = PTR_ERR(fscki1); in check_leaf()
2103 fscki1->calc_xcnt += 1; in check_leaf()
2104 fscki1->calc_xsz += CALC_DENT_SIZE(nlen); in check_leaf()
2105 fscki1->calc_xsz += CALC_XATTR_BYTES(fscki->size); in check_leaf()
2106 fscki1->calc_xnms += nlen; in check_leaf()
2108 fscki1->calc_sz += CALC_DENT_SIZE(nlen); in check_leaf()
2110 fscki1->calc_cnt += 1; in check_leaf()