Lines Matching full:records
327 * Get the maximum records we could store in the on-disk format.
524 * Reallocate the space for if_broot based on the number of records. Move the
525 * records and pointers in if_broot to fit the new size. When shrinking this
526 * will eliminate holes between the records and pointers created by the caller.
529 * The caller must not request to add more records than would fit in the
531 * adding records, one will be allocated. The caller must also not request
532 * that the number of records go below zero, although it can go to zero.
536 * new_numrecs -- the new number of records requested for the if_broot array
553 * Block mapping btrees do not support storing zero records; if this in xfs_bmap_broot_realloc()
579 * location. The records don't change location because in xfs_bmap_broot_realloc()
690 /* Calculate number of records in a block mapping btree block. */
745 * Calculate number of records in a bmap btree block.
780 * Calculate number of records in a bmap btree inode root.
834 /* Calculate the bmap btree size for some records. */