Searched refs:if_broot_bytes (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 204 ifp->if_broot_bytes = size; in xfs_iformat_btree() 398 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc() 401 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 411 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 417 ifp->if_broot_bytes); in xfs_iroot_realloc() 420 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 432 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 433 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 466 ifp->if_broot_bytes); in xfs_iroot_realloc() 473 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() [all …]
|
D | xfs_inode_fork.h | 25 short if_broot_bytes; /* bytes allocated for root */ member
|
D | xfs_bmap_btree.c | 297 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs() 315 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
|
D | xfs_btree_staging.c | 389 ifp->if_broot_bytes = (int)new_size; in xfs_btree_bload_prep_block()
|
D | xfs_bmap.c | 349 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-v6.6/fs/xfs/ |
D | xfs_inode_item.c | 213 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size() 214 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size() 254 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size() 255 *nbytes += ip->i_af.if_broot_bytes; in xfs_inode_item_attr_fork_size() 336 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork() 340 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork() 341 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork() 415 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork() 420 ip->i_af.if_broot_bytes); in xfs_inode_item_format_attr_fork() 421 ilf->ilf_asize = ip->i_af.if_broot_bytes; in xfs_inode_item_format_attr_fork()
|
D | xfs_inode.c | 1702 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
D | xfs_trace.h | 2180 __entry->broot_size = ip->i_df.if_broot_bytes;
|