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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_trans_inode.c173 ASSERT((ip->i_df.if_broot != NULL) &&
178 memcpy(iip->ili_orig_root, (char*)(ip->i_df.if_broot),
H A Dxfs_inode_item.c89 ASSERT(ip->i_df.if_broot != NULL);
99 ip->i_df.if_broot,
173 ASSERT(ip->i_afp->if_broot != NULL);
362 ASSERT(ip->i_df.if_broot != NULL);
363 vecp->i_addr = ip->i_df.if_broot;
481 ASSERT(ip->i_afp->if_broot != NULL);
482 vecp->i_addr = ip->i_afp->if_broot;
H A Dxfs_inode.c635 ifp->if_broot = kmem_alloc(size, KM_SLEEP | KM_NOFS);
636 ASSERT(ifp->if_broot != NULL);
643 ifp->if_broot, size);
2148 * Reallocate the space for if_broot based on the number of records
2150 * and pointers in if_broot to fit the new size. When shrinking this
2156 * the on-disk inode root. If the if_broot is currently NULL, then
2161 * ip -- the inode whose if_broot area is changing
2163 * requested for the if_broot array.
2195 ifp->if_broot = kmem_alloc(new_size, KM_SLEEP | KM_NOFS);
2201 * If there is already an existing if_broot, the
[all...]
H A Dxfs_inode.h66 struct xfs_btree_block *if_broot; /* file's incore btree root */ member in struct:xfs_ifork
H A Dxfs_bmap_btree.c871 cur->bc_nlevels = be16_to_cpu(ifp->if_broot->bb_level) + 1;
H A Dxfs_bmap.c2768 rblock = ifp->if_broot;
2792 ASSERT(ifp->if_broot == NULL);
3183 block = ifp->if_broot;
4125 block = ifp->if_broot;
4425 minleft = be16_to_cpu(ifp->if_broot->bb_level) + 1;
5773 block = ifp->if_broot;
5937 block = ifp->if_broot;
H A Dxfs_btree.c422 * stored in the if_broot field of an inode fork.
431 return (struct xfs_btree_block *)ifp->if_broot;
2976 block = ifp->if_broot;
H A Dxfs_attr_leaf.c174 dsize = XFS_BMAP_BROOT_SPACE(dp->i_df.if_broot);

Completed in 115 milliseconds