Lines Matching defs:add
1705 * add_size - add znode size to partially calculated index size.
1707 * @znode: znode to add size for
1717 int add;
1719 add = ubifs_idx_node_sz(c, znode->child_cnt);
1720 add = ALIGN(add, 8);
1721 *idx_size += add;
1804 * add_inode - add inode information to RB-tree of inodes.
1807 * @ino: raw UBIFS inode to add
1916 * read_add_inode - read inode node and add it to RB-tree of inodes.
2023 /* If this is an inode node, add it to RB-tree of inodes */