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.c215 ifp->if_broot = kmalloc(size, in xfs_iformat_btree()
217 ASSERT(ifp->if_broot != NULL); in xfs_iformat_btree()
223 ifp->if_broot, size); in xfs_iformat_btree()
428 ifp->if_broot = krealloc(ifp->if_broot, new_size, in xfs_iroot_realloc()
485 kfree(ifp->if_broot); in xfs_iroot_realloc()
486 ifp->if_broot = new_broot; in xfs_iroot_realloc()
488 if (ifp->if_broot) in xfs_iroot_realloc()
538 if (ifp->if_broot != NULL) { in xfs_idestroy_fork()
539 kfree(ifp->if_broot); in xfs_idestroy_fork()
540 ifp->if_broot = NULL; in xfs_idestroy_fork()
[all …]
A Dxfs_btree_staging.c306 ifp->if_broot = kzalloc(new_size, GFP_KERNEL | __GFP_NOFAIL); in xfs_btree_bload_prep_block()
310 xfs_btree_init_block(cur->bc_mp, ifp->if_broot, cur->bc_ops, in xfs_btree_bload_prep_block()
314 *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.c585 cur->bc_nlevels = be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmbt_init_cursor()
A Dxfs_bmap.c369 block = ifp->if_broot; in xfs_bmap_check_leaf_extents()
570 struct xfs_btree_block *rblock = ifp->if_broot; in xfs_bmap_btree_to_extents()
618 ASSERT(ifp->if_broot == NULL); in xfs_bmap_btree_to_extents()
666 block = ifp->if_broot; in xfs_bmap_extents_to_btree()
750 ASSERT(ifp->if_broot == NULL); in xfs_bmap_extents_to_btree()
891 struct xfs_btree_block *block = ip->i_df.if_broot; in xfs_bmap_add_attrfork_btree()
4340 return be16_to_cpu(ifp->if_broot->bb_level) + 1; in xfs_bmapi_minleft()
A Dxfs_btree.c843 return (struct xfs_btree_block *)ifp->if_broot; in xfs_btree_get_iroot()
3764 block = ifp->if_broot; in xfs_btree_kill_iroot()
A Dxfs_attr_leaf.c703 dsize = xfs_bmap_bmdr_space(dp->i_df.if_broot); in xfs_attr_shortform_bytesfit()
/linux/fs/xfs/
A Dxfs_inode_item.c370 ASSERT(ip->i_df.if_broot != NULL); in xfs_inode_item_format_data_fork()
372 ip->i_df.if_broot, in xfs_inode_item_format_data_fork()
448 ASSERT(ip->i_af.if_broot != NULL); in xfs_inode_item_format_attr_fork()
451 ip->i_af.if_broot, in xfs_inode_item_format_attr_fork()
A Dxfs_bmap_util.c1192 xfs_bmap_bmdr_space(tifp->if_broot) > xfs_inode_fork_boff(ip)) in xfs_swap_extents_check_format()
1201 xfs_bmap_bmdr_space(ip->i_df.if_broot) > xfs_inode_fork_boff(tip)) in xfs_swap_extents_check_format()

Completed in 35 milliseconds