HomeSort by: relevance | last modified time | path
    Searched defs:dhigh (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ld.elf_so/arch/alpha/
alpha_reloc.c 482 int64_t dhigh; local in function:_rtld_relocate_plt_object
500 dhigh = delta - (int16_t)delta;
501 if (dhigh != 0) {
507 27 << 16 | ((dhigh >> 16) & 0xffff);
509 (int16_t)(dhigh >> 16)));
  /src/sbin/resize_ffs/
resize_ffs.c 468 int64_t dhigh; /* Offset of post-inode data area, from base */ local in function:initcg
478 dhigh = cgdmin(newsb, cgn) - base;
553 set_bits(cg_blksfree(cg, 0), dhigh, dmax - dhigh);
583 if (dhigh % newsb->fs_frag) {
584 n = newsb->fs_frag - (dhigh % newsb->fs_frag);
587 dhigh += n;
589 n = (dmax - dhigh) / newsb->fs_frag;
594 i = dhigh / newsb->fs_frag;
602 dhigh)]++
903 int64_t dhigh; \/* offset of post-inode data area *\/ local in function:recompute_fs_dsize
1789 int64_t dhigh; local in function:shrink
    [all...]

Completed in 14 milliseconds