Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.h85 uint64_t ext4fs_sb_get_free_blocks(const struct ext2_sblock *sb);
H A Dext4_write.c674 if (real_free_blocks != ext4fs_sb_get_free_blocks(fs->sb)) in ext4fs_init()
H A Dext4_common.c110 uint64_t ext4fs_sb_get_free_blocks(const struct ext2_sblock *sb) in ext4fs_sb_get_free_blocks() function