Searched refs:if_broot (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 307 ifp->if_broot = kmem_alloc(size, KM_SLEEP | KM_NOFS); in xfs_iformat_btree() 308 ASSERT(ifp->if_broot != NULL); in xfs_iformat_btree() 314 ifp->if_broot, size); in xfs_iformat_btree() 372 ifp->if_broot = kmem_alloc(new_size, KM_SLEEP | KM_NOFS); in xfs_iroot_realloc() 386 ifp->if_broot = kmem_realloc(ifp->if_broot, new_size, in xfs_iroot_realloc() 388 op = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, ifp->if_broot, 1, in xfs_iroot_realloc() 390 np = (char *)XFS_BMAP_BROOT_PTR_ADDR(mp, ifp->if_broot, 1, in xfs_iroot_realloc() 393 ASSERT(XFS_BMAP_BMDR_SPACE(ifp->if_broot) <= in xfs_iroot_realloc() 404 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 417 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 | 551 cur->bc_nlevels = be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmbt_init_cursor()
|
D | xfs_bmap.c | 349 block = ifp->if_broot; in xfs_bmap_check_leaf_extents() 609 rblock = ifp->if_broot; in xfs_bmap_btree_to_extents() 635 ASSERT(ifp->if_broot == NULL); in xfs_bmap_btree_to_extents() 685 block = ifp->if_broot; in xfs_bmap_extents_to_btree() 784 ASSERT(ifp->if_broot == NULL); in xfs_bmap_extents_to_btree() 1160 struct xfs_btree_block *block = ifp->if_broot; in xfs_iread_extents() 4274 bma.minleft = be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmapi_write()
|
D | xfs_btree.c | 663 return (struct xfs_btree_block *)ifp->if_broot; in xfs_btree_get_iroot() 3579 block = ifp->if_broot; in xfs_btree_kill_iroot()
|
D | xfs_attr_leaf.c | 481 dsize = XFS_BMAP_BROOT_SPACE(mp, dp->i_df.if_broot); in xfs_attr_shortform_bytesfit()
|
/Linux-v4.19/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 | 378 block = ifp->if_broot; in xfs_bmap_count_blocks() 1486 XFS_BMAP_BMDR_SPACE(tip->i_df.if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format() 1496 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()
|