Searched refs:use_percentage (Results 1 – 1 of 1) sorted by relevance
111 size_t use_percentage = nodes_total ? nodes_used * 100 / nodes_total : 0; in print_fs_type() local117 use_percentage, in print_fs_type()126 size_t use_percentage = bytes_total ? bytes_used * 100 / bytes_total : 0; in print_fs_type() local131 printf("%5zu%% ", use_percentage); in print_fs_type()138 size_t use_percentage = blocks_total ? blocks_used * 100 / blocks_total : 0; in print_fs_type() local144 use_percentage, in print_fs_type()
Completed in 25 milliseconds