Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dmisc.h193 return UBIFS_IDX_NODE_SZ + (UBIFS_BRANCH_SZ + c->key_len) * child_cnt; in ubifs_idx_node_sz()
208 (UBIFS_BRANCH_SZ + c->key_len) * bnum); in ubifs_idx_branch()
H A Dubifs-media.h280 #define UBIFS_BRANCH_SZ sizeof(struct ubifs_branch) macro
H A Dsuper.c776 c->ranges[UBIFS_IDX_NODE].min_len = UBIFS_IDX_NODE_SZ + UBIFS_BRANCH_SZ; in init_constants_early()
/openbmc/linux/fs/ubifs/
H A Dmisc.h188 return UBIFS_IDX_NODE_SZ + (UBIFS_BRANCH_SZ + c->key_len + c->hash_len) in ubifs_idx_node_sz()
204 (UBIFS_BRANCH_SZ + c->key_len + c->hash_len) * bnum); in ubifs_idx_branch()
H A Dubifs-media.h283 #define UBIFS_BRANCH_SZ sizeof(struct ubifs_branch) macro
H A Dsuper.c616 c->ranges[UBIFS_IDX_NODE].min_len = UBIFS_IDX_NODE_SZ + UBIFS_BRANCH_SZ; in init_constants_early()