bests 503 fs/xfs/libxfs/xfs_da_format.h __be16 bests[]; /* best free counts */ bests 517 fs/xfs/libxfs/xfs_da_format.h __be16 bests[]; /* best free counts */ bests 297 fs/xfs/libxfs/xfs_dir2_node.c __be16 *bests; bests 300 fs/xfs/libxfs/xfs_dir2_node.c bests = args->dp->d_ops->free_bests_p(free); bests 304 fs/xfs/libxfs/xfs_dir2_node.c (uint)((char *)&bests[first] - (char *)free), bests 305 fs/xfs/libxfs/xfs_dir2_node.c (uint)((char *)&bests[last] - (char *)free + bests 306 fs/xfs/libxfs/xfs_dir2_node.c sizeof(bests[0]) - 1)); bests 633 fs/xfs/libxfs/xfs_dir2_node.c __be16 *bests; bests 668 fs/xfs/libxfs/xfs_dir2_node.c bests = dp->d_ops->free_bests_p(free); bests 669 fs/xfs/libxfs/xfs_dir2_node.c if (unlikely(bests[fi] == cpu_to_be16(NULLDATAOFF))) { bests 677 fs/xfs/libxfs/xfs_dir2_node.c if (be16_to_cpu(bests[fi]) >= length) bests 1123 fs/xfs/libxfs/xfs_dir2_node.c __be16 *bests; bests 1128 fs/xfs/libxfs/xfs_dir2_node.c bests = dp->d_ops->free_bests_p(free); bests 1134 fs/xfs/libxfs/xfs_dir2_node.c bests[findex] = cpu_to_be16(longest); bests 1151 fs/xfs/libxfs/xfs_dir2_node.c if (bests[i] != cpu_to_be16(NULLDATAOFF)) bests 1158 fs/xfs/libxfs/xfs_dir2_node.c bests[findex] = cpu_to_be16(NULLDATAOFF); bests 1634 fs/xfs/libxfs/xfs_dir2_node.c __be16 *bests = NULL; bests 1691 fs/xfs/libxfs/xfs_dir2_node.c bests = dp->d_ops->free_bests_p(free); bests 1700 fs/xfs/libxfs/xfs_dir2_node.c bests = dp->d_ops->free_bests_p(free); bests 1711 fs/xfs/libxfs/xfs_dir2_node.c bests[*findex] = cpu_to_be16(NULLDATAOFF); bests 1718 fs/xfs/libxfs/xfs_dir2_node.c if (bests[*findex] == cpu_to_be16(NULLDATAOFF)) { bests 1727 fs/xfs/libxfs/xfs_dir2_node.c bests[*findex] = bf[0].length; bests 1754 fs/xfs/libxfs/xfs_dir2_node.c __be16 *bests = NULL; bests 1769 fs/xfs/libxfs/xfs_dir2_node.c bests = dp->d_ops->free_bests_p(free); bests 1773 fs/xfs/libxfs/xfs_dir2_node.c ASSERT(be16_to_cpu(bests[findex]) != NULLDATAOFF); bests 1774 fs/xfs/libxfs/xfs_dir2_node.c ASSERT(be16_to_cpu(bests[findex]) >= length); bests 1818 fs/xfs/libxfs/xfs_dir2_node.c bests = dp->d_ops->free_bests_p(free); bests 1823 fs/xfs/libxfs/xfs_dir2_node.c if (be16_to_cpu(bests[findex]) != NULLDATAOFF && bests 1824 fs/xfs/libxfs/xfs_dir2_node.c be16_to_cpu(bests[findex]) >= length) { bests 1870 fs/xfs/libxfs/xfs_dir2_node.c __be16 *bests; bests 1942 fs/xfs/libxfs/xfs_dir2_node.c bests = dp->d_ops->free_bests_p(free); bests 1943 fs/xfs/libxfs/xfs_dir2_node.c if (bests[findex] != bf[0].length) { bests 1944 fs/xfs/libxfs/xfs_dir2_node.c bests[findex] = bf[0].length;