Home
last modified time | relevance | path

Searched refs:ubifs_write_node (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dsb.c194 err = ubifs_write_node(c, sup, UBIFS_SB_NODE_SZ, 0, 0); in create_default_filesystem()
250 err = ubifs_write_node(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM, 0); in create_default_filesystem()
255 err = ubifs_write_node(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM + 1, in create_default_filesystem()
279 err = ubifs_write_node(c, idx, tmp, main_first + DEFAULT_IDX_LEB, 0); in create_default_filesystem()
310 err = ubifs_write_node(c, ino, UBIFS_INO_NODE_SZ, in create_default_filesystem()
330 err = ubifs_write_node(c, cs, UBIFS_CS_NODE_SZ, UBIFS_LOG_LNUM, 0); in create_default_filesystem()
H A Dmaster.c377 err = ubifs_write_node(c, c->mst_node, len, lnum, offs); in ubifs_write_master()
388 err = ubifs_write_node(c, c->mst_node, len, lnum, offs); in ubifs_write_master()
H A Dlog.c264 err = ubifs_write_node(c, ref, UBIFS_REF_NODE_SZ, c->lhead_lnum, in ubifs_add_bud_to_log()
H A Dorphan.c247 err = ubifs_write_node(c, c->orph_buf, len, c->ohead_lnum, in do_write_orph_node()
H A Dio.c864 int ubifs_write_node(struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_write_node() function
H A Dubifs.h2100 int ubifs_write_node(struct ubifs_info *c, void *node, int len, int lnum,
/openbmc/linux/fs/ubifs/
H A Dsb.c327 err = ubifs_write_node(c, ino, UBIFS_INO_NODE_SZ, in create_default_filesystem()
335 err = ubifs_write_node(c, idx, idx_node_size, main_first + DEFAULT_IDX_LEB, 0); in create_default_filesystem()
352 err = ubifs_write_node(c, cs, UBIFS_CS_NODE_SZ, UBIFS_LOG_LNUM, 0); in create_default_filesystem()
H A Dlog.c262 err = ubifs_write_node(c, ref, UBIFS_REF_NODE_SZ, c->lhead_lnum, in ubifs_add_bud_to_log()
H A Dorphan.c328 err = ubifs_write_node(c, c->orph_buf, len, c->ohead_lnum, in do_write_orph_node()
H A Dio.c998 int ubifs_write_node(struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_write_node() function
H A Dubifs.h1754 int ubifs_write_node(struct ubifs_info *c, void *node, int len, int lnum,