Home
last modified time | relevance | path

Searched refs:forw (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c149 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_da3_node_hdr_from_disk()
157 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_da3_node_hdr_from_disk()
177 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_da3_node_hdr_to_disk()
184 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_da3_node_hdr_to_disk()
684 if (node->hdr.info.forw) { in xfs_da3_split()
685 if (be32_to_cpu(node->hdr.info.forw) != addblk->blkno) { in xfs_da3_split()
706 node->hdr.info.forw = cpu_to_be32(oldblk->blkno); in xfs_da3_split()
1225 ASSERT(!blkinfo->forw); in xfs_da_blkinfo_onlychild_validate()
1257 ASSERT(oldroothdr.forw == 0); in xfs_da3_root_join()
1352 forward = (info->forw != 0); in xfs_da3_node_toosmall()
[all …]
H A Dxfs_attr_leaf.c166 to->forw = be32_to_cpu(hdr3->info.hdr.forw); in xfs_attr3_leaf_hdr_from_disk()
180 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_attr3_leaf_hdr_from_disk()
208 hdr3->info.hdr.forw = cpu_to_be32(from->forw); in xfs_attr3_leaf_hdr_to_disk()
223 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_attr3_leaf_hdr_to_disk()
2032 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall()
2054 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall()
2058 blkno = ichdr.forw; in xfs_attr3_leaf_toosmall()
2333 tmphdr.forw = savehdr.forw; in xfs_attr3_leaf_unbalance()
H A Dxfs_attr_leaf.h22 uint32_t forw; member
H A Dxfs_dir2_priv.h16 uint32_t forw; member
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c82 rev->forw = i; in kvmppc_add_revmap_chain()
84 tail->forw = pte_index; in kvmppc_add_revmap_chain()
87 rev->forw = rev->back = pte_index; in kvmppc_add_revmap_chain()
166 next = real_vmalloc_addr(&kvm->arch.hpt.rev[rev->forw]); in remove_revmap_chain()
169 prev->forw = rev->forw; in remove_revmap_chain()
171 head = rev->forw; in remove_revmap_chain()
/linux/fs/xfs/
H A Dxfs_attr_list.c416 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list()
418 cursor->blkno = leafhdr.forw; in xfs_attr_node_list()