Searched refs:if_broot_bytes (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_inode_fork.c | 304 ifp->if_broot_bytes = size; in xfs_iformat_btree() 368 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc() 371 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 381 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 387 ifp->if_broot_bytes); in xfs_iroot_realloc() 390 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 402 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 403 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 437 ifp->if_broot_bytes); in xfs_iroot_realloc() 444 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() [all …]
|
| D | xfs_inode_fork.h | 19 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_bmap.c | 350 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 351 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 609 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); in xfs_bmap_btree_to_extents() 611 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents() 931 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip)) in xfs_bmap_add_attrfork_btree() 1195 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_iread_extents()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_inode_item.c | 50 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size() 51 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size() 91 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size() 92 *nbytes += ip->i_afp->if_broot_bytes; in xfs_inode_item_attr_fork_size() 173 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork() 177 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork() 178 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork() 257 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork() 262 ip->i_afp->if_broot_bytes); in xfs_inode_item_format_attr_fork() 263 ilf->ilf_asize = ip->i_afp->if_broot_bytes; in xfs_inode_item_format_attr_fork()
|
| D | xfs_bmap_util.c | 376 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_count_blocks()
|
| D | xfs_inode.c | 1823 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
| D | xfs_trace.h | 1927 __entry->broot_size = ip->i_df.if_broot_bytes;
|