Searched refs:bests (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_node.h52 __be16 bests[1]; /* best free counts */ member in struct:xfs_dir2_free
H A Dxfs_dir2_node.c79 (uint)((char *)&free->bests[first] - (char *)free),
80 (uint)((char *)&free->bests[last] - (char *)free +
81 sizeof(free->bests[0]) - 1));
158 for (i = n = 0, from = XFS_DIR2_LEAF_BESTS_P(ltp), to = free->bests;
524 if (unlikely(be16_to_cpu(free->bests[fi]) == NULLDATAOFF)) {
532 if (be16_to_cpu(free->bests[fi]) >= length) {
985 i >= 0 && be16_to_cpu(free->bests[i]) == NULLDATAOFF;
995 free->bests[findex] = cpu_to_be16(NULLDATAOFF);
1021 free->bests[findex] = cpu_to_be16(longest);
1410 ASSERT(be16_to_cpu(free->bests[finde
[all...]
H A Dxfs_dir2_leaf.h70 * bests and tail are at the end of the block for single-leaf only
77 xfs_dir2_data_off_t bests[1]; /* best free counts */ member in struct:xfs_dir2_leaf
105 * Get address of the bests array in the single-leaf block.
H A Dxfs_dir2_leaf.c138 * Set up leaf tail and bests table.
145 * Log the data header and leaf bests table.
255 (use_block != -1 ? 0 : (uint)sizeof(leaf->bests[0]));
356 * extend the bests table. Copy it up one entry.
424 * If the bests table needs to be changed, do it.
567 * Should factor in the size of the bests table as well.
573 * Leaves and bests don't overlap.
1180 * In this case our caller has the real bests table to copy into
1193 * Log the bests entries indicated from a leaf1 block.
1503 * put the new value in the bests tabl
[all...]

Completed in 128 milliseconds