Searched refs:if_broot_bytes (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 205 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 …]
|
D | xfs_inode_fork.h | 24 short if_broot_bytes; /* bytes allocated for root */ member
|
D | xfs_bmap_btree.c | 309 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs() 327 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 | 348 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/ |
D | xfs_inode_item.c | 51 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()
|
D | xfs_inode.c | 1815 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
D | xfs_trace.h | 2043 __entry->broot_size = ip->i_df.if_broot_bytes;
|