Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h159 int ext2_commit_bg(struct ext2_data *fs);
Dext2_diskops.c789 int ext2_commit_bg(struct ext2_data *fs) in ext2_commit_bg() function
928 rc = ext2_commit_bg(fs); in ext2_alloc_block()
1025 rc = ext2_commit_bg(fs); in ext2_alloc_inode()
1084 rc = ext2_commit_bg(fs); in ext2_free_block()
1147 rc = ext2_commit_bg(fs); in ext2_free_inode()
Dext2_impl.c898 rc = ext2_commit_bg(fs); in ext2_create_inode()