Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Dext4_common.h60 uint32_t ext4fs_div_roundup(uint32_t size, uint32_t n);
Dext4_write.c608 fs->no_blkgrp = (uint32_t)ext4fs_div_roundup( in ext4fs_init()
Dext4_common.c185 uint32_t ext4fs_div_roundup(uint32_t size, uint32_t n) in ext4fs_div_roundup() function