Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_inode_fork.c205 ifp->if_broot = kmem_alloc(size, KM_NOFS); in xfs_iformat_btree()
206 ASSERT(ifp->if_broot != NULL); in xfs_iformat_btree()
212 ifp->if_broot, size); in xfs_iformat_btree()
400 ifp->if_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc()
414 ifp->if_broot = krealloc(ifp->if_broot, new_size, in xfs_iroot_realloc()
416 op = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, ifp->if_broot, 1, in xfs_iroot_realloc()
418 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, ifp->if_broot, 1, in xfs_iroot_realloc()
421 ASSERT(XFS_BMAP_BMDR_SPACE(ifp->if_broot) <= in xfs_iroot_realloc()
432 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc()
445 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()
392 xfs_btree_init_block_int(cur->bc_mp, ifp->if_broot, in xfs_btree_bload_prep_block()
398 *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.c562 cur->bc_nlevels = be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmbt_init_cursor()
Dxfs_bmap.c343 block = ifp->if_broot; in xfs_bmap_check_leaf_extents()
543 struct xfs_btree_block *rblock = ifp->if_broot; in xfs_bmap_btree_to_extents()
588 ASSERT(ifp->if_broot == NULL); in xfs_bmap_btree_to_extents()
636 block = ifp->if_broot; in xfs_bmap_extents_to_btree()
724 ASSERT(ifp->if_broot == NULL); in xfs_bmap_extents_to_btree()
864 struct xfs_btree_block *block = ip->i_df.if_broot; in xfs_bmap_add_attrfork_btree()
4277 return be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmapi_minleft()
Dxfs_btree.c740 return (struct xfs_btree_block *)ifp->if_broot; in xfs_btree_get_iroot()
3631 block = ifp->if_broot; in xfs_btree_kill_iroot()
Dxfs_attr_leaf.c631 dsize = XFS_BMAP_BROOT_SPACE(mp, dp->i_df.if_broot); in xfs_attr_shortform_bytesfit()
/linux-6.6.21/fs/xfs/
Dxfs_inode_item.c337 ASSERT(ip->i_df.if_broot != NULL); in xfs_inode_item_format_data_fork()
339 ip->i_df.if_broot, in xfs_inode_item_format_data_fork()
416 ASSERT(ip->i_af.if_broot != NULL); in xfs_inode_item_format_attr_fork()
419 ip->i_af.if_broot, in xfs_inode_item_format_attr_fork()
Dxfs_bmap_util.c1329 XFS_BMAP_BMDR_SPACE(tifp->if_broot) > xfs_inode_fork_boff(ip)) in xfs_swap_extents_check_format()
1338 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > xfs_inode_fork_boff(tip)) in xfs_swap_extents_check_format()