Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H 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()
H 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()
H 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()
H 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()
H A Dxfs_inode_fork.h23 short if_broot_bytes; /* bytes allocated for root */ member
H A Dxfs_btree_staging.c308 ifp->if_broot_bytes = (int)new_size; in xfs_btree_bload_prep_block()
H 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()
/linux/fs/xfs/
H A Dxfs_inode_item.c251 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size()
252 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size()
292 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size()
293 *nbytes += ip->i_af.if_broot_bytes; in xfs_inode_item_attr_fork_size()
374 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork()
378 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork()
379 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork()
452 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork()
457 ip->i_af.if_broot_bytes); in xfs_inode_item_format_attr_fork()
458 ilf->ilf_asize = ip->i_af.if_broot_bytes; in xfs_inode_item_format_attr_fork()
H A Dxfs_inode.c1398 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
H A Dxfs_trace.h2590 __entry->broot_size = ip->i_df.if_broot_bytes;