Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_inode_fork.c206 ASSERT(ifp->if_broot != NULL); in xfs_iformat_btree()
212 ifp->if_broot, size); in xfs_iformat_btree()
396 ifp->if_broot = krealloc(ifp->if_broot, new_size, in xfs_iroot_realloc()
427 memcpy(new_broot, ifp->if_broot, in xfs_iroot_realloc()
453 kmem_free(ifp->if_broot); in xfs_iroot_realloc()
454 ifp->if_broot = new_broot; in xfs_iroot_realloc()
456 if (ifp->if_broot) in xfs_iroot_realloc()
514 if (ifp->if_broot != NULL) { in xfs_idestroy_fork()
515 kmem_free(ifp->if_broot); in xfs_idestroy_fork()
516 ifp->if_broot = NULL; in xfs_idestroy_fork()
[all …]
A 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()
A Dxfs_inode_fork.h17 struct xfs_btree_block *if_broot; /* file's incore btree root */ member
A Dxfs_bmap_btree.c559 cur->bc_nlevels = be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmbt_init_cursor()
A Dxfs_bmap.c345 block = ifp->if_broot; in xfs_bmap_check_leaf_extents()
545 struct xfs_btree_block *rblock = ifp->if_broot; in xfs_bmap_btree_to_extents()
585 ASSERT(ifp->if_broot == NULL); in xfs_bmap_btree_to_extents()
633 block = ifp->if_broot; in xfs_bmap_extents_to_btree()
732 ASSERT(ifp->if_broot == NULL); in xfs_bmap_extents_to_btree()
877 struct xfs_btree_block *block = ip->i_df.if_broot; in xfs_bmap_add_attrfork_btree()
4273 return be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmapi_minleft()
A Dxfs_btree.c665 return (struct xfs_btree_block *)ifp->if_broot; in xfs_btree_get_iroot()
3541 block = ifp->if_broot; in xfs_btree_kill_iroot()
A Dxfs_attr_leaf.c601 dsize = XFS_BMAP_BROOT_SPACE(mp, dp->i_df.if_broot); in xfs_attr_shortform_bytesfit()
/linux/fs/xfs/
A 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()
A Dxfs_bmap_util.c1318 XFS_BMAP_BMDR_SPACE(tifp->if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format()
1327 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()

Completed in 34 milliseconds