Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_node.c257 to->bests = from3->bests; in xfs_dir2_free_hdr_from_disk()
265 to->bests = from->bests; in xfs_dir2_free_hdr_from_disk()
375 (char *)&hdr->bests[first] - (char *)free, in xfs_dir2_free_log_bests()
376 (char *)&hdr->bests[last] - (char *)free + in xfs_dir2_free_log_bests()
377 sizeof(hdr->bests[0]) - 1); in xfs_dir2_free_log_bests()
458 freehdr.bests[i] = cpu_to_be16(off); in xfs_dir2_leaf_to_node()
735 freehdr.bests[fi] == in xfs_dir2_leafn_lookup_for_addname()
742 if (be16_to_cpu(freehdr.bests[f in xfs_dir2_leafn_lookup_for_addname()
[all...]
H A Dxfs_da_format.h392 * The xfs_dir2_data_off_t members (bests) and tail are at the end of the block
455 * Get address of the bests array in the single-leaf block.
482 __be16 bests[]; /* best free counts */ member
496 __be16 bests[]; /* best free counts */ member
H A Dxfs_dir2_priv.h39 __be16 *bests; member
H A Dxfs_dir2_leaf.c153 * Should factor in the size of the bests table as well. in xfs_dir3_leaf_check_int()
159 /* Leaves and bests don't overlap in leaf format. */ in xfs_dir3_leaf_check_int()
325 * Caller is responsible for initialising the bests table. in xfs_dir3_leaf_init()
463 * Set up leaf tail and bests table. in xfs_dir2_block_to_leaf()
470 * Log the data header and leaf bests table. in xfs_dir2_block_to_leaf()
802 * extend the bests table. Copy it up one entry. in xfs_dir2_leaf_addname()
876 * If the bests table needs to be changed, do it. in xfs_dir2_leaf_addname()
1051 * Log the bests entries indicated from a leaf1 block.
1416 * put the new value in the bests table and log that. in xfs_dir2_leaf_removename()
1444 * bests tabl in xfs_dir2_leaf_removename()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_node.c257 to->bests = from3->bests; in xfs_dir2_free_hdr_from_disk()
265 to->bests = from->bests; in xfs_dir2_free_hdr_from_disk()
375 (char *)&hdr->bests[first] - (char *)free, in xfs_dir2_free_log_bests()
376 (char *)&hdr->bests[last] - (char *)free + in xfs_dir2_free_log_bests()
377 sizeof(hdr->bests[0]) - 1); in xfs_dir2_free_log_bests()
458 freehdr.bests[i] = cpu_to_be16(off); in xfs_dir2_leaf_to_node()
735 freehdr.bests[fi] == in xfs_dir2_leafn_lookup_for_addname()
742 if (be16_to_cpu(freehdr.bests[f in xfs_dir2_leafn_lookup_for_addname()
[all...]
H A Dxfs_da_format.h393 * The xfs_dir2_data_off_t members (bests) and tail are at the end of the block
456 * Get address of the bests array in the single-leaf block.
483 __be16 bests[]; /* best free counts */ member
497 __be16 bests[]; /* best free counts */ member
H A Dxfs_dir2_priv.h39 __be16 *bests; member
H A Dxfs_dir2_leaf.c156 * Should factor in the size of the bests table as well. in xfs_dir3_leaf_check_int()
162 /* Leaves and bests don't overlap in leaf format. */ in xfs_dir3_leaf_check_int()
334 * Caller is responsible for initialising the bests table. in xfs_dir3_leaf_init()
472 * Set up leaf tail and bests table. in xfs_dir2_block_to_leaf()
479 * Log the data header and leaf bests table. in xfs_dir2_block_to_leaf()
811 * extend the bests table. Copy it up one entry. in xfs_dir2_leaf_addname()
885 * If the bests table needs to be changed, do it. in xfs_dir2_leaf_addname()
1060 * Log the bests entries indicated from a leaf1 block.
1425 * put the new value in the bests table and log that. in xfs_dir2_leaf_removename()
1453 * bests tabl in xfs_dir2_leaf_removename()
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddir.c537 /* Leaves and bests don't overlap in leaf format. */ in xchk_directory_leaf1_bestfree()
622 best = be16_to_cpu(freehdr.bests[i]); in xchk_directory_free_bestfree()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddir.c508 /* Leaves and bests don't overlap in leaf format. */ in xchk_directory_leaf1_bestfree()
593 best = be16_to_cpu(freehdr.bests[i]); in xchk_directory_free_bestfree()

Completed in 13 milliseconds