Home
last modified time | relevance | path

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

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