Home
last modified time | relevance | path

Searched refs:if_broot_bytes (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_inode_fork.c203 ifp->if_broot_bytes = size; in xfs_iformat_btree()
379 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc()
382 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
392 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
398 ifp->if_broot_bytes); in xfs_iroot_realloc()
401 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
413 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc()
414 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
447 ifp->if_broot_bytes); in xfs_iroot_realloc()
454 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
[all …]
Dxfs_inode_fork.h25 short if_broot_bytes; /* bytes allocated for root */ member
Dxfs_bmap_btree.c311 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs()
329 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
Dxfs_btree_staging.c389 ifp->if_broot_bytes = (int)new_size; in xfs_btree_bload_prep_block()
Dxfs_bmap.c349 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents()
350 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents()
560 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); in xfs_bmap_btree_to_extents()
562 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents()
/linux-5.19.10/fs/xfs/
Dxfs_inode_item.c66 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size()
67 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size()
107 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size()
108 *nbytes += ip->i_afp->if_broot_bytes; in xfs_inode_item_attr_fork_size()
189 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork()
193 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork()
194 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork()
268 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork()
273 ip->i_afp->if_broot_bytes); in xfs_inode_item_format_attr_fork()
274 ilf->ilf_asize = ip->i_afp->if_broot_bytes; in xfs_inode_item_format_attr_fork()
Dxfs_inode.c1709 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
Dxfs_trace.h2173 __entry->broot_size = ip->i_df.if_broot_bytes;