Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Ddebug.c1142 size += CALC_DENT_SIZE(nm.len); in dbg_check_dir()
2144 fscki1->calc_xsz += CALC_DENT_SIZE(nlen); in check_leaf()
2148 fscki1->calc_sz += CALC_DENT_SIZE(nlen); in check_leaf()
H A Dubifs.h736 #define CALC_DENT_SIZE(name_len) ALIGN(UBIFS_DENT_NODE_SZ + (name_len) + 1, 8) macro