Searched refs:if_broot (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_inode_fork.c | 305 ifp->if_broot = kmem_alloc(size, KM_NOFS); in xfs_iformat_btree() 306 ASSERT(ifp->if_broot != NULL); in xfs_iformat_btree() 312 ifp->if_broot, size); in xfs_iformat_btree() 370 ifp->if_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc() 384 ifp->if_broot = kmem_realloc(ifp->if_broot, new_size, in xfs_iroot_realloc() 386 op = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, ifp->if_broot, 1, in xfs_iroot_realloc() 388 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, ifp->if_broot, 1, in xfs_iroot_realloc() 391 ASSERT(XFS_BMAP_BMDR_SPACE(ifp->if_broot) <= in xfs_iroot_realloc() 402 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 415 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc() [all …]
|
| D | xfs_inode_fork.h | 18 struct xfs_btree_block *if_broot; /* file's incore btree root */ member
|
| D | xfs_bmap_btree.c | 559 cur->bc_nlevels = be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmbt_init_cursor()
|
| D | xfs_bmap.c | 344 block = ifp->if_broot; in xfs_bmap_check_leaf_extents() 591 struct xfs_btree_block *rblock = ifp->if_broot; in xfs_bmap_btree_to_extents() 632 ASSERT(ifp->if_broot == NULL); in xfs_bmap_btree_to_extents() 682 block = ifp->if_broot; in xfs_bmap_extents_to_btree() 781 ASSERT(ifp->if_broot == NULL); in xfs_bmap_extents_to_btree() 1170 struct xfs_btree_block *block = ifp->if_broot; in xfs_iread_extents() 4221 return be16_to_cpu(XFS_IFORK_PTR(ip, fork)->if_broot->bb_level) + 1; in xfs_bmapi_minleft()
|
| D | xfs_btree.c | 660 return (struct xfs_btree_block *)ifp->if_broot; in xfs_btree_get_iroot() 3568 block = ifp->if_broot; in xfs_btree_kill_iroot()
|
| D | xfs_attr_leaf.c | 520 dsize = XFS_BMAP_BROOT_SPACE(mp, dp->i_df.if_broot); in xfs_attr_shortform_bytesfit()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_inode_item.c | 174 ASSERT(ip->i_df.if_broot != NULL); in xfs_inode_item_format_data_fork() 176 ip->i_df.if_broot, in xfs_inode_item_format_data_fork() 258 ASSERT(ip->i_afp->if_broot != NULL); in xfs_inode_item_format_attr_fork() 261 ip->i_afp->if_broot, in xfs_inode_item_format_attr_fork()
|
| D | xfs_bmap_util.c | 373 block = ifp->if_broot; in xfs_bmap_count_blocks() 1427 XFS_BMAP_BMDR_SPACE(tip->i_df.if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format() 1437 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()
|