Lines Matching full:records
327 * Get the maximum records we could store in the on-disk format.
536 * Reallocate the space for if_broot based on the number of records. Move the
537 * records and pointers in if_broot to fit the new size. When shrinking this
538 * will eliminate holes between the records and pointers created by the caller.
541 * The caller must not request to add more records than would fit in the
543 * adding records, one will be allocated. The caller must also not request
544 * that the number of records go below zero, although it can go to zero.
548 * new_numrecs -- the new number of records requested for the if_broot array
565 * Block mapping btrees do not support storing zero records; if this in xfs_bmap_broot_realloc()
591 * location. The records don't change location because in xfs_bmap_broot_realloc()
702 /* Calculate number of records in a block mapping btree block. */
757 * Calculate number of records in a bmap btree block.
792 * Calculate number of records in a bmap btree inode root.
846 /* Calculate the bmap btree size for some records. */