ud_ip_off2bno
if ((error = ud_ip_off2bno(ip, off, &tbno)) != 0) {
if ((err = ud_ip_off2bno(ip, 0, &tbno)) != 0) {
if ((err = ud_ip_off2bno(ip, 0, &tbno)) == 0) {
if ((error = ud_ip_off2bno(dp,
if ((error = ud_ip_off2bno(dp, slotp->offset, &tbno)) != 0) {
if ((err = ud_ip_off2bno(dp, 0, &tbno)) != 0) {
if ((err = ud_ip_off2bno(dp, slot.offset, &tbno)) != 0) {
if ((error = ud_ip_off2bno(ip, offset, &tbno)) != 0) {
int32_t ud_ip_off2bno(struct ud_inode *, uint32_t, uint32_t *);