Searched refs:meta_number_to_string (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_print.c | 308 meta_number_to_string(diskaddr_t number, u_longlong_t blk_sz) in meta_number_to_string() function
|
H A D | meta_trans.c | 935 meta_number_to_string(transp->common.size, DEV_BSIZE)) == EOF) { in trans_report() 1253 meta_number_to_string(transp->log_size, DEV_BSIZE)) == EOF) { in log_report()
|
H A D | mapfile-vers | 551 meta_number_to_string;
|
H A D | meta_raid.c | 909 meta_number_to_string(raidp->common.size, DEV_BSIZE)) == EOF) { in raid_report() 950 meta_number_to_string(column_size * (orig_ncol - 1), DEV_BSIZE)) in raid_report() 1012 meta_number_to_string(column_size * (ncol - orig_ncol), in raid_report()
|
H A D | meta_statconcise.c | 222 sz = strip_blanks(meta_number_to_string(size, DEV_BSIZE)); in print_concise_entry()
|
H A D | meta_mirror.c | 1119 meta_number_to_string(mirrorp->common.size, DEV_BSIZE)) in mirror_report()
|
H A D | meta_stripe.c | 1051 meta_number_to_string(stripep->common.size, DEV_BSIZE)) in stripe_report()
|
H A D | meta_sp.c | 2158 meta_number_to_string(msp->common.size, DEV_BSIZE)) == EOF) in meta_sp_report()
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 1367 extern char *meta_number_to_string(diskaddr_t number,
|