Lines Matching refs:bn
415 blkaddr_t bn; in input() local
817 if (geti(cleantoken, (int *)&bn, NULL)) in input()
822 if ((bn < bounds->lower) || (bn > bounds->upper)) { in input()
823 err_print("`%lu' is out of range [%llu-%llu].\n", bn, in input()
830 return (bn); in input()
883 if (geti(cleantoken, (int *)&bn, NULL)) in input()
888 if ((bn < bounds->lower) || (bn > bounds->upper)) { in input()
889 err_print("`%lu' is out of range [%llu-%llu].\n", bn, in input()
898 *deflt = bn; in input()
2121 pr_dblock(void (*func)(char *, ...), diskaddr_t bn) in pr_dblock() argument
2124 (*func)("%u/%u/%u", bn2c(bn), in pr_dblock()
2125 bn2h(bn), bn2s(bn)); in pr_dblock()
2127 (*func)("%llu", bn); in pr_dblock()