highstale 283 fs/xfs/libxfs/xfs_dir2_block.c int highstale; /* high stale index */ highstale 286 fs/xfs/libxfs/xfs_dir2_block.c highstale = *lfloghigh = -1; highstale 289 fs/xfs/libxfs/xfs_dir2_block.c if (highstale == -1) highstale 290 fs/xfs/libxfs/xfs_dir2_block.c highstale = toidx; highstale 336 fs/xfs/libxfs/xfs_dir2_block.c int highstale; /* high stale index */ highstale 486 fs/xfs/libxfs/xfs_dir2_block.c for (highstale = mid + 1; highstale 487 fs/xfs/libxfs/xfs_dir2_block.c highstale < be32_to_cpu(btp->count) && highstale 488 fs/xfs/libxfs/xfs_dir2_block.c blp[highstale].address != highstale 490 fs/xfs/libxfs/xfs_dir2_block.c (lowstale < 0 || mid - lowstale > highstale - mid); highstale 491 fs/xfs/libxfs/xfs_dir2_block.c highstale++) highstale 497 fs/xfs/libxfs/xfs_dir2_block.c (highstale == be32_to_cpu(btp->count) || highstale 498 fs/xfs/libxfs/xfs_dir2_block.c mid - lowstale <= highstale - mid)) { highstale 509 fs/xfs/libxfs/xfs_dir2_block.c ASSERT(highstale < be32_to_cpu(btp->count)); highstale 511 fs/xfs/libxfs/xfs_dir2_block.c if (highstale - mid) highstale 513 fs/xfs/libxfs/xfs_dir2_block.c (highstale - mid) * sizeof(*blp)); highstale 515 fs/xfs/libxfs/xfs_dir2_block.c lfloghigh = max(highstale, lfloghigh); highstale 443 fs/xfs/libxfs/xfs_dir2_leaf.c int *highstale) highstale 459 fs/xfs/libxfs/xfs_dir2_leaf.c for (*highstale = index; *highstale < leafhdr->count; ++*highstale) { highstale 460 fs/xfs/libxfs/xfs_dir2_leaf.c if (ents[*highstale].address == highstale 463 fs/xfs/libxfs/xfs_dir2_leaf.c if (*lowstale >= 0 && index - *lowstale <= *highstale - index) highstale 475 fs/xfs/libxfs/xfs_dir2_leaf.c int highstale, /* index of next stale leaf */ highstale 511 fs/xfs/libxfs/xfs_dir2_leaf.c &lowstale, &highstale); highstale 517 fs/xfs/libxfs/xfs_dir2_leaf.c (highstale == leafhdr->count || highstale 518 fs/xfs/libxfs/xfs_dir2_leaf.c index - lowstale - 1 < highstale - index)) { highstale 541 fs/xfs/libxfs/xfs_dir2_leaf.c ASSERT(highstale - index >= 0); highstale 542 fs/xfs/libxfs/xfs_dir2_leaf.c ASSERT(ents[highstale].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)); highstale 548 fs/xfs/libxfs/xfs_dir2_leaf.c if (highstale - index > 0) { highstale 550 fs/xfs/libxfs/xfs_dir2_leaf.c (highstale - index) * sizeof(xfs_dir2_leaf_entry_t)); highstale 553 fs/xfs/libxfs/xfs_dir2_leaf.c *lfloghigh = max(highstale, *lfloghigh); highstale 583 fs/xfs/libxfs/xfs_dir2_leaf.c int highstale = 0; /* index of next stale leaf */ highstale 727 fs/xfs/libxfs/xfs_dir2_leaf.c &highstale, &lfloglow, &lfloghigh); highstale 843 fs/xfs/libxfs/xfs_dir2_leaf.c highstale, &lfloglow, &lfloghigh); highstale 933 fs/xfs/libxfs/xfs_dir2_leaf.c int highstale; /* stale entry at/after index */ highstale 943 fs/xfs/libxfs/xfs_dir2_leaf.c xfs_dir3_leaf_find_stale(leafhdr, ents, index, &lowstale, &highstale); highstale 949 fs/xfs/libxfs/xfs_dir2_leaf.c (highstale == leafhdr->count || highstale 950 fs/xfs/libxfs/xfs_dir2_leaf.c index - lowstale <= highstale - index)) highstale 953 fs/xfs/libxfs/xfs_dir2_leaf.c keepstale = highstale; highstale 974 fs/xfs/libxfs/xfs_dir2_leaf.c lowstale = highstale = to; highstale 1002 fs/xfs/libxfs/xfs_dir2_leaf.c highstale = leafhdr->count; highstale 1005 fs/xfs/libxfs/xfs_dir2_leaf.c *highstalep = highstale; highstale 434 fs/xfs/libxfs/xfs_dir2_node.c int highstale = 0; /* next stale entry */ highstale 477 fs/xfs/libxfs/xfs_dir2_node.c &highstale, &lfloglow, &lfloghigh); highstale 490 fs/xfs/libxfs/xfs_dir2_node.c highstale, &lfloglow, &lfloghigh); highstale 78 fs/xfs/libxfs/xfs_dir2_priv.h int lowstale, int highstale, int *lfloglow, int *lfloghigh);