Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dmisc.h194 return UBIFS_IDX_NODE_SZ + (UBIFS_BRANCH_SZ + c->key_len) * child_cnt; in ubifs_idx_node_sz()
209 (UBIFS_BRANCH_SZ + c->key_len) * bnum); in ubifs_idx_branch()
H A Dubifs-media.h281 #define UBIFS_BRANCH_SZ sizeof(struct ubifs_branch) macro
H A Dsuper.c777 c->ranges[UBIFS_IDX_NODE].min_len = UBIFS_IDX_NODE_SZ + UBIFS_BRANCH_SZ; in init_constants_early()