Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h739 #define CALC_XATTR_BYTES(data_len) ALIGN(UBIFS_INO_NODE_SZ + (data_len) + 1, 8) macro
H A Ddebug.c2145 fscki1->calc_xsz += CALC_XATTR_BYTES(fscki->size); in check_leaf()