Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_inode_fork.c205 ifp->if_broot_bytes = size; in xfs_iformat_btree()
373 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc()
376 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
386 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
392 ifp->if_broot_bytes); in xfs_iroot_realloc()
395 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
407 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc()
408 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
442 ifp->if_broot_bytes); in xfs_iroot_realloc()
449 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
[all …]
Dxfs_inode_fork.h24 short if_broot_bytes; /* bytes allocated for root */ member
Dxfs_bmap_btree.c309 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs()
327 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.c348 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents()
349 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents()
610 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); in xfs_bmap_btree_to_extents()
612 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents()
936 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip)) in xfs_bmap_add_attrfork_btree()
/Linux-v5.10/fs/xfs/
Dxfs_inode_item.c51 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size()
52 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size()
92 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size()
93 *nbytes += ip->i_afp->if_broot_bytes; in xfs_inode_item_attr_fork_size()
174 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork()
178 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork()
179 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork()
258 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork()
263 ip->i_afp->if_broot_bytes); in xfs_inode_item_format_attr_fork()
264 ilf->ilf_asize = ip->i_afp->if_broot_bytes; in xfs_inode_item_format_attr_fork()
Dxfs_inode.c1815 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
Dxfs_trace.h2043 __entry->broot_size = ip->i_df.if_broot_bytes;