Home
last modified time | relevance | path

Searched refs:if_broot_bytes (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_inode_fork.c388 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 Dxfs_rtrefcount_btree.c59 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 Dxfs_rtrmap_btree.c61 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 Dxfs_bmap_btree.c304 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 Dxfs_inode_fork.h23 short if_broot_bytes; /* bytes allocated for root */ member
A Dxfs_btree_staging.c308 ifp->if_broot_bytes = (int)new_size; in xfs_btree_bload_prep_block()
A Dxfs_bmap.c374 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 Dxfs_inode_item.c261 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 Dxfs_inode.c1386 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
A Dxfs_trace.h2560 __entry->broot_size = ip->i_df.if_broot_bytes;

Completed in 43 milliseconds