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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_node.c259 to->bests = from3->bests;
267 to->bests = from->bests;
377 (char *)&hdr->bests[first] - (char *)free,
378 (char *)&hdr->bests[last] - (char *)free +
379 sizeof(hdr->bests[0]) - 1);
461 freehdr.bests[i] = cpu_to_be16(off);
739 freehdr.bests[fi] ==
747 if (be16_to_cpu(freehdr.bests[f
[all...]
H A Dxfs_da_format.h404 * The xfs_dir2_data_off_t members (bests) and tail are at the end of the block
467 * Get address of the bests array in the single-leaf block.
494 __be16 bests[]; /* best free counts */ member in struct:xfs_dir2_free
508 __be16 bests[]; /* best free counts */ member in struct:xfs_dir3_free
H A Dxfs_dir2_priv.h39 __be16 *bests; member in struct:xfs_dir3_icfree_hdr
H A Dxfs_dir2_leaf.c157 * Should factor in the size of the bests table as well.
163 /* Leaves and bests don't overlap in leaf format. */
335 * Caller is responsible for initialising the bests table.
473 * Set up leaf tail and bests table.
480 * Log the data header and leaf bests table.
812 * extend the bests table. Copy it up one entry.
886 * If the bests table needs to be changed, do it.
1061 * Log the bests entries indicated from a leaf1 block.
1428 * put the new value in the bests table and log that.
1456 * bests tabl
[all...]
/linux-master/fs/xfs/scrub/
H A Ddir.c510 /* Leaves and bests don't overlap in leaf format. */
595 best = be16_to_cpu(freehdr.bests[i]);

Completed in 154 milliseconds