Searched refs:if_broot_bytes (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 214 ifp->if_broot_bytes = size; in xfs_iformat_btree() 411 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc() 415 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 425 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, false); in xfs_iroot_realloc() 431 ifp->if_broot_bytes); in xfs_iroot_realloc() 434 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 446 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 447 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, false); in xfs_iroot_realloc() 480 ifp->if_broot_bytes); in xfs_iroot_realloc() 487 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() [all …]
|
D | xfs_inode_fork.h | 23 short if_broot_bytes; /* bytes allocated for root */ member
|
D | xfs_bmap_btree.c | 304 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs() 319 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
|
D | xfs_btree_staging.c | 307 ifp->if_broot_bytes = (int)new_size; in xfs_btree_bload_prep_block()
|
D | xfs_bmap.c | 375 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 376 pp = xfs_bmap_broot_ptr_addr(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 587 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, false) == 1); in xfs_bmap_btree_to_extents() 589 pp = xfs_bmap_broot_ptr_addr(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_inode_item.c | 246 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size() 247 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size() 287 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size() 288 *nbytes += ip->i_af.if_broot_bytes; in xfs_inode_item_attr_fork_size() 369 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork() 373 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork() 374 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork() 447 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork() 452 ip->i_af.if_broot_bytes); in xfs_inode_item_format_attr_fork() 453 ilf->ilf_asize = ip->i_af.if_broot_bytes; in xfs_inode_item_format_attr_fork()
|
D | xfs_inode.c | 1374 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
D | xfs_trace.h | 2189 __entry->broot_size = ip->i_df.if_broot_bytes;
|