Lines Matching refs:iloc
512 set_file(int32_t id, uint32_t iloc, uint64_t value) in set_file() argument
524 if ((fe = (struct file_entry *)getblk(iloc)) == NULL) { in set_file()
1063 uint32_t iloc; in list() local
1089 iloc = ud_xlate_to_daddr(udh, SWAP_16(fid->fid_icb.lad_ext_prn), in list()
1093 gettext("i#: %x\t"), iloc); in list()
1115 temp->inode = iloc; in list()
1333 uint32_t iloc, d_in; in find_it() local
1367 iloc = ud_xlate_to_daddr(udh, SWAP_16(fid->fid_icb.lad_ext_prn), in find_it()
1370 if (((fl & 4) && (in == iloc)) || in find_it()
1372 (void) printf("%s %x %s\n", dir, iloc, addr); in find_it()
1383 temp->inode = iloc; in find_it()