Searched defs:iloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c512 set_file(int32_t id, uint32_t iloc, uint64_t value) argument
524 if ((fe = (struct file_entry *)getblk(iloc)) == NULL) {
1063 uint32_t iloc; local
1089 iloc = ud_xlate_to_daddr(udh, SWAP_16(fid->fid_icb.lad_ext_prn),
1093 gettext("i#: %x\t"), iloc);
1115 temp->inode = iloc;
1333 uint32_t iloc, d_in; local
1367 iloc = ud_xlate_to_daddr(udh, SWAP_16(fid->fid_icb.lad_ext_prn),
1370 if (((fl & 4) && (in == iloc)) ||
1372 (void) printf("%s %x %s\n", dir, iloc, add
[all...]

Completed in 77 milliseconds