Searched refs:ROUND_UP (Results 1 – 3 of 3) sorted by relevance
59 #define ROUND_UP(x, d) (DIV_ROUND_UP(x, d) * (d)) macro61 #define BMAP_SIZE(count) (ROUND_UP(count, sizeof(bitmap_t) * 8) / 8)
40 stbuf->st_blocks = ROUND_UP(node->size, CLUSTER_SIZE(*ef->sb)) / 512; in exfat_stat()
889 ROUND_UP(dir->size + sizeof(struct exfat_entry[n - contiguous]), in find_slot()
Completed in 5 milliseconds