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

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c215 ifp->if_broot = kmalloc(size,
217 ASSERT(ifp->if_broot != NULL);
223 ifp->if_broot, size);
366 * Reallocate the space for if_broot based on the number of records
368 * and pointers in if_broot to fit the new size. When shrinking this
374 * the on-disk inode root. If the if_broot is currently NULL, then
379 * ip -- the inode whose if_broot area is changing
381 * requested for the if_broot array.
413 ifp->if_broot = kmalloc(new_size,
420 * If there is already an existing if_broot, the
[all...]
H A Dxfs_btree_staging.c306 ifp->if_broot = kzalloc(new_size, GFP_KERNEL | __GFP_NOFAIL);
310 xfs_btree_init_block(cur->bc_mp, ifp->if_broot, cur->bc_ops,
314 *blockp = ifp->if_broot;
H A Dxfs_inode_fork.h17 struct xfs_btree_block *if_broot; /* file's incore btree root */ member in struct:xfs_ifork
H A Dxfs_bmap_btree.c585 cur->bc_nlevels = be16_to_cpu(ifp->if_broot->bb_level) + 1;
H A Dxfs_bmap.c368 block = ifp->if_broot;
569 struct xfs_btree_block *rblock = ifp->if_broot;
617 ASSERT(ifp->if_broot == NULL);
665 block = ifp->if_broot;
749 ASSERT(ifp->if_broot == NULL);
889 struct xfs_btree_block *block = ip->i_df.if_broot;
4374 return be16_to_cpu(ifp->if_broot->bb_level) + 1;
H A Dxfs_btree.c835 * stored in the if_broot field of an inode fork.
843 return (struct xfs_btree_block *)ifp->if_broot;
3806 block = ifp->if_broot;
H A Dxfs_attr_leaf.c632 dsize = XFS_BMAP_BROOT_SPACE(mp, dp->i_df.if_broot);
/linux-master/fs/xfs/
H A Dxfs_inode_item.c338 ASSERT(ip->i_df.if_broot != NULL);
340 ip->i_df.if_broot,
416 ASSERT(ip->i_af.if_broot != NULL);
419 ip->i_af.if_broot,
H A Dxfs_bmap_util.c1178 XFS_BMAP_BMDR_SPACE(tifp->if_broot) > xfs_inode_fork_boff(ip))
1187 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > xfs_inode_fork_boff(tip))

Completed in 339 milliseconds