Searched refs:ext2_write_block (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/fs/ext2/ | 
| D | ext2_format.c | 254 	if (ext2_write_block(fs, sb_block) < 0) {  in ext2_format() 271 	if (ext2_write_block(fs, bg_block) < 0) {  in ext2_format() 282 	if (ext2_write_block(fs, bbitmap_block) < 0) {  in ext2_format() 292 	if (ext2_write_block(fs, ibitmap_block) < 0) {  in ext2_format() 303 		rc = ext2_write_block(fs, blk);  in ext2_format() 322 	if (ext2_write_block(fs, itable_block1) < 0) {  in ext2_format() 344 		if (ext2_write_block(fs, itable_block2) < 0) {  in ext2_format() 391 	if (ext2_write_block(fs, root_dir_blk) < 0) {  in ext2_format() 424 	if (ext2_write_block(fs, lost_found_dir_blk) < 0) {  in ext2_format()
  | 
| D | ext2_impl.h | 44 int ext2_write_block(struct ext2_data *fs, struct ext2_block *b); 54 int ext2_write_block(struct ext2_data *fs, struct ext2_block *b);
  | 
| D | ext2_diskops.c | 599 		ret = ext2_write_block(fs, list_block);  in delete_blocks() 736 				ret = ext2_write_block(fs, inode->blocks[lvl-1]);  in alloc_level_blocks() 781 	ret = ext2_write_block(fs, b);  in ext2_commit_superblock() 809 	ret = ext2_write_block(fs, b);  in ext2_commit_bg() 833 	return ext2_write_block(fs, fs->bgroup.inode_table);  in ext2_commit_inode() 850 	ret = ext2_write_block(inode->i_fs, inode_current_block(inode));  in ext2_commit_inode_block() 864 	ret = ext2_write_block(fs, fs->bgroup.inode_table);  in ext2_clear_inode() 933 	rc = ext2_write_block(fs, fs->bgroup.block_bitmap);  in ext2_alloc_block() 1030 	rc = ext2_write_block(fs, fs->bgroup.inode_bitmap);  in ext2_alloc_inode() 1089 	rc = ext2_write_block(fs, fs->bgroup.block_bitmap);  in ext2_free_block() [all …] 
 | 
| D | ext2_impl.c | 121 int ext2_write_block(struct ext2_data *fs, struct ext2_block *b)  in ext2_write_block()  function 776 	ret = ext2_write_block(fs, b);  in write_one_block()
  |