Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmke2fs.c164 static long check_treesize(struct dirtree *that, off_t *size) in check_treesize() function
172 that->st.st_blocks = check_treesize(that->child, &that->st.st_size); in check_treesize()
459 length = check_treesize(dtb, &(dtb->st.st_size)); in mke2fs_main()