Searched refs:if_broot_bytes (Results 1 – 10 of 10) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_inode_fork.c | 388 ifp->if_broot_bytes = new_size; in xfs_broot_alloc() 402 if (new_size == ifp->if_broot_bytes) in xfs_broot_realloc() 407 ifp->if_broot_bytes = 0; in xfs_broot_realloc() 417 if (ifp->if_broot_bytes > 0 && ifp->if_broot_bytes > new_size) { in xfs_broot_realloc() 421 ifp->if_broot_bytes = new_size; in xfs_broot_realloc() 433 ifp->if_broot_bytes = new_size; in xfs_broot_realloc() 598 (ifp->if_broot_bytes > 0)) { in xfs_iflush_fork() 602 xfs_bmbt_to_bmdr(mp, ifp->if_broot, ifp->if_broot_bytes, in xfs_iflush_fork()
|
| A D | xfs_rtrefcount_btree.c | 59 return xfs_rtrefcountbt_maxrecs(cur->bc_mp, ifp->if_broot_bytes, in xfs_rtrefcountbt_get_minrecs() 74 return xfs_rtrefcountbt_maxrecs(cur->bc_mp, ifp->if_broot_bytes, in xfs_rtrefcountbt_get_maxrecs() 311 unsigned int old_size = ifp->if_broot_bytes; in xfs_rtrefcountbt_broot_realloc() 723 ASSERT(ifp->if_broot_bytes > 0); in xfs_iflush_rtrefcount() 727 ifp->if_broot_bytes, dfp, in xfs_iflush_rtrefcount() 746 ASSERT(ifp->if_broot_bytes == 0); in xfs_rtrefcountbt_create()
|
| A D | xfs_rtrmap_btree.c | 61 return xfs_rtrmapbt_maxrecs(cur->bc_mp, ifp->if_broot_bytes, in xfs_rtrmapbt_get_minrecs() 76 return xfs_rtrmapbt_maxrecs(cur->bc_mp, ifp->if_broot_bytes, in xfs_rtrmapbt_get_maxrecs() 412 unsigned int old_size = ifp->if_broot_bytes; in xfs_rtrmapbt_broot_realloc() 955 ASSERT(ifp->if_broot_bytes > 0); in xfs_iflush_rtrmap() 958 xfs_rtrmapbt_to_disk(ip->i_mount, ifp->if_broot, ifp->if_broot_bytes, in xfs_iflush_rtrmap() 977 ASSERT(ifp->if_broot_bytes == 0); in xfs_rtrmapbt_create()
|
| A 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() 550 unsigned int old_size = ifp->if_broot_bytes; in xfs_bmap_broot_realloc()
|
| A D | xfs_inode_fork.h | 23 short if_broot_bytes; /* bytes allocated for root */ member
|
| A D | xfs_btree_staging.c | 308 ifp->if_broot_bytes = (int)new_size; in xfs_btree_bload_prep_block()
|
| A D | xfs_bmap.c | 374 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 375 pp = xfs_bmap_broot_ptr_addr(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 586 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, false) == 1); in xfs_bmap_btree_to_extents() 588 pp = xfs_bmap_broot_ptr_addr(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents()
|
| /fs/xfs/ |
| A D | xfs_inode_item.c | 261 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size() 262 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size() 302 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size() 303 *nbytes += ip->i_af.if_broot_bytes; in xfs_inode_item_attr_fork_size() 385 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork() 389 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork() 390 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork() 463 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork() 468 ip->i_af.if_broot_bytes); in xfs_inode_item_format_attr_fork() 469 ilf->ilf_asize = ip->i_af.if_broot_bytes; in xfs_inode_item_format_attr_fork()
|
| A D | xfs_inode.c | 1386 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
| A D | xfs_trace.h | 2560 __entry->broot_size = ip->i_df.if_broot_bytes;
|
Completed in 43 milliseconds