Home
last modified time | relevance | path

Searched refs:if_broot (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/libxfs/
Dxfs_inode_fork.c206 ifp->if_broot = kmem_alloc(size, KM_NOFS); in xfs_iformat_btree()
207 ASSERT(ifp->if_broot != NULL); in xfs_iformat_btree()
213 ifp->if_broot, size); in xfs_iformat_btree()
375 ifp->if_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc()
389 ifp->if_broot = krealloc(ifp->if_broot, new_size, in xfs_iroot_realloc()
391 op = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, ifp->if_broot, 1, in xfs_iroot_realloc()
393 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, ifp->if_broot, 1, in xfs_iroot_realloc()
396 ASSERT(XFS_BMAP_BMDR_SPACE(ifp->if_broot) <= in xfs_iroot_realloc()
407 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc()
420 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
[all …]
Dxfs_btree_staging.c388 ifp->if_broot = kmem_zalloc(new_size, 0); in xfs_btree_bload_prep_block()
393 xfs_btree_init_block_int(cur->bc_mp, ifp->if_broot, in xfs_btree_bload_prep_block()
399 *blockp = ifp->if_broot; in xfs_btree_bload_prep_block()
Dxfs_inode_fork.h17 struct xfs_btree_block *if_broot; /* file's incore btree root */ member
Dxfs_bmap_btree.c559 cur->bc_nlevels = be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmbt_init_cursor()
Dxfs_bmap.c342 block = ifp->if_broot; in xfs_bmap_check_leaf_extents()
592 struct xfs_btree_block *rblock = ifp->if_broot; in xfs_bmap_btree_to_extents()
633 ASSERT(ifp->if_broot == NULL); in xfs_bmap_btree_to_extents()
683 block = ifp->if_broot; in xfs_bmap_extents_to_btree()
782 ASSERT(ifp->if_broot == NULL); in xfs_bmap_extents_to_btree()
4272 return be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmapi_minleft()
Dxfs_btree.c668 return (struct xfs_btree_block *)ifp->if_broot; in xfs_btree_get_iroot()
3539 block = ifp->if_broot; in xfs_btree_kill_iroot()
Dxfs_attr_leaf.c600 dsize = XFS_BMAP_BROOT_SPACE(mp, dp->i_df.if_broot); in xfs_attr_shortform_bytesfit()
/fs/xfs/
Dxfs_inode_item.c189 ASSERT(ip->i_df.if_broot != NULL); in xfs_inode_item_format_data_fork()
191 ip->i_df.if_broot, in xfs_inode_item_format_data_fork()
273 ASSERT(ip->i_afp->if_broot != NULL); in xfs_inode_item_format_attr_fork()
276 ip->i_afp->if_broot, in xfs_inode_item_format_attr_fork()
Dxfs_bmap_util.c1277 XFS_BMAP_BMDR_SPACE(tifp->if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format()
1286 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()