if_broot_bytes 350 fs/xfs/libxfs/xfs_bmap.c xfs_check_block(block, mp, 1, ifp->if_broot_bytes); if_broot_bytes 351 fs/xfs/libxfs/xfs_bmap.c pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); if_broot_bytes 609 fs/xfs/libxfs/xfs_bmap.c ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); if_broot_bytes 611 fs/xfs/libxfs/xfs_bmap.c pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); if_broot_bytes 931 fs/xfs/libxfs/xfs_bmap.c if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip)) if_broot_bytes 1195 fs/xfs/libxfs/xfs_bmap.c pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); if_broot_bytes 309 fs/xfs/libxfs/xfs_bmap_btree.c ifp->if_broot_bytes, level == 0) / 2; if_broot_bytes 327 fs/xfs/libxfs/xfs_bmap_btree.c ifp->if_broot_bytes, level == 0); if_broot_bytes 304 fs/xfs/libxfs/xfs_inode_fork.c ifp->if_broot_bytes = size; if_broot_bytes 368 fs/xfs/libxfs/xfs_inode_fork.c if (ifp->if_broot_bytes == 0) { if_broot_bytes 371 fs/xfs/libxfs/xfs_inode_fork.c ifp->if_broot_bytes = (int)new_size; if_broot_bytes 381 fs/xfs/libxfs/xfs_inode_fork.c cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); if_broot_bytes 387 fs/xfs/libxfs/xfs_inode_fork.c ifp->if_broot_bytes); if_broot_bytes 390 fs/xfs/libxfs/xfs_inode_fork.c ifp->if_broot_bytes = (int)new_size; if_broot_bytes 402 fs/xfs/libxfs/xfs_inode_fork.c ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); if_broot_bytes 403 fs/xfs/libxfs/xfs_inode_fork.c cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); if_broot_bytes 437 fs/xfs/libxfs/xfs_inode_fork.c ifp->if_broot_bytes); if_broot_bytes 444 fs/xfs/libxfs/xfs_inode_fork.c ifp->if_broot_bytes = (int)new_size; if_broot_bytes 638 fs/xfs/libxfs/xfs_inode_fork.c (ifp->if_broot_bytes > 0)) { if_broot_bytes 642 fs/xfs/libxfs/xfs_inode_fork.c xfs_bmbt_to_bmdr(mp, ifp->if_broot, ifp->if_broot_bytes, if_broot_bytes 19 fs/xfs/libxfs/xfs_inode_fork.h short if_broot_bytes; /* bytes allocated for root */ if_broot_bytes 376 fs/xfs/xfs_bmap_util.c pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); if_broot_bytes 1823 fs/xfs/xfs_inode.c ASSERT(ip->i_df.if_broot_bytes == 0); if_broot_bytes 50 fs/xfs/xfs_inode_item.c ip->i_df.if_broot_bytes > 0) { if_broot_bytes 51 fs/xfs/xfs_inode_item.c *nbytes += ip->i_df.if_broot_bytes; if_broot_bytes 91 fs/xfs/xfs_inode_item.c ip->i_afp->if_broot_bytes > 0) { if_broot_bytes 92 fs/xfs/xfs_inode_item.c *nbytes += ip->i_afp->if_broot_bytes; if_broot_bytes 173 fs/xfs/xfs_inode_item.c ip->i_df.if_broot_bytes > 0) { if_broot_bytes 177 fs/xfs/xfs_inode_item.c ip->i_df.if_broot_bytes); if_broot_bytes 178 fs/xfs/xfs_inode_item.c ilf->ilf_dsize = ip->i_df.if_broot_bytes; if_broot_bytes 257 fs/xfs/xfs_inode_item.c ip->i_afp->if_broot_bytes > 0) { if_broot_bytes 262 fs/xfs/xfs_inode_item.c ip->i_afp->if_broot_bytes); if_broot_bytes 263 fs/xfs/xfs_inode_item.c ilf->ilf_asize = ip->i_afp->if_broot_bytes; if_broot_bytes 1927 fs/xfs/xfs_trace.h __entry->broot_size = ip->i_df.if_broot_bytes;