if_root 809 fs/xfs/libxfs/xfs_bmap.c ifp->if_u1.if_root = NULL; if_root 895 fs/xfs/libxfs/xfs_bmap.c ifp->if_u1.if_root = NULL; if_root 161 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_node *node = ifp->if_u1.if_root; if_root 179 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_node *node = ifp->if_u1.if_root; if_root 309 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_node *node = ifp->if_u1.if_root; if_root 405 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_leaf *prev = ifp->if_u1.if_root; if_root 410 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_node *prev = ifp->if_u1.if_root; if_root 421 fs/xfs/libxfs/xfs_iext_tree.c ifp->if_u1.if_root = node; if_root 433 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_node *node = ifp->if_u1.if_root; if_root 586 fs/xfs/libxfs/xfs_iext_tree.c ifp->if_u1.if_root = kmem_zalloc(sizeof(struct xfs_iext_rec), KM_NOFS); if_root 590 fs/xfs/libxfs/xfs_iext_tree.c cur->leaf = ifp->if_u1.if_root; if_root 606 fs/xfs/libxfs/xfs_iext_tree.c new = kmem_realloc(ifp->if_u1.if_root, new_size, KM_NOFS); if_root 608 fs/xfs/libxfs/xfs_iext_tree.c ifp->if_u1.if_root = new; if_root 780 fs/xfs/libxfs/xfs_iext_tree.c ASSERT(node == ifp->if_u1.if_root); if_root 781 fs/xfs/libxfs/xfs_iext_tree.c ifp->if_u1.if_root = node->ptrs[0]; if_root 857 fs/xfs/libxfs/xfs_iext_tree.c kmem_free(ifp->if_u1.if_root); if_root 858 fs/xfs/libxfs/xfs_iext_tree.c ifp->if_u1.if_root = NULL; if_root 875 fs/xfs/libxfs/xfs_iext_tree.c ASSERT(ifp->if_u1.if_root != NULL); if_root 1045 fs/xfs/libxfs/xfs_iext_tree.c xfs_iext_destroy_node(ifp->if_u1.if_root, ifp->if_height); if_root 1049 fs/xfs/libxfs/xfs_iext_tree.c ifp->if_u1.if_root = NULL; if_root 227 fs/xfs/libxfs/xfs_inode_fork.c ifp->if_u1.if_root = NULL; if_root 317 fs/xfs/libxfs/xfs_inode_fork.c ifp->if_u1.if_root = NULL; if_root 23 fs/xfs/libxfs/xfs_inode_fork.h void *if_root; /* extent tree root */ if_root 925 fs/xfs/xfs_inode.c ip->i_df.if_u1.if_root = NULL;