Searched refs:forw (Results 1 – 7 of 7) sorted by relevance
452 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_dir2_leaf_hdr_from_disk()470 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_dir2_leaf_hdr_to_disk()484 to->forw = be32_to_cpu(hdr3->info.hdr.forw); in xfs_dir3_leaf_hdr_from_disk()504 hdr3->info.hdr.forw = cpu_to_be32(from->forw); in xfs_dir3_leaf_hdr_to_disk()533 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_da2_node_hdr_from_disk()546 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_da2_node_hdr_to_disk()561 to->forw = be32_to_cpu(hdr3->info.hdr.forw); in xfs_da3_node_hdr_from_disk()576 hdr3->info.hdr.forw = cpu_to_be32(from->forw); in xfs_da3_node_hdr_to_disk()
480 if (node->hdr.info.forw) { in xfs_da3_split()481 ASSERT(be32_to_cpu(node->hdr.info.forw) == addblk->blkno); in xfs_da3_split()492 node->hdr.info.forw = cpu_to_be32(oldblk->blkno); in xfs_da3_split()1032 ASSERT(!blkinfo->forw); in xfs_da_blkinfo_onlychild_validate()1064 ASSERT(oldroothdr.forw == 0); in xfs_da3_root_join()1160 forward = (info->forw != 0); in xfs_da3_node_toosmall()1186 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall()1190 blkno = nodehdr.forw; in xfs_da3_node_toosmall()1689 new_info->forw = cpu_to_be32(old_blk->blkno); in xfs_da3_blk_link()1700 ASSERT(be32_to_cpu(tmp_info->forw) == old_blk->blkno); in xfs_da3_blk_link()[all …]
34 __be32 forw; /* previous block in list */ member114 __uint32_t forw; member450 __uint32_t forw; member728 __uint32_t forw; member
178 to->forw = be32_to_cpu(hdr3->info.hdr.forw); in xfs_attr3_leaf_hdr_from_disk()192 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_attr3_leaf_hdr_from_disk()220 hdr3->info.hdr.forw = cpu_to_be32(from->forw); in xfs_attr3_leaf_hdr_to_disk()235 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_attr3_leaf_hdr_to_disk()1795 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall()1817 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall()1821 blkno = ichdr.forw; in xfs_attr3_leaf_toosmall()2097 tmphdr.forw = savehdr.forw; in xfs_attr3_leaf_unbalance()
1474 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall()1490 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall()1494 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall()
880 int i, start, end, forw, back; in ufs_clusteracct() local901 forw = i - start; in ufs_clusteracct()919 i = back + forw + 1; in ufs_clusteracct()925 if (forw > 0) in ufs_clusteracct()926 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt); in ufs_clusteracct()
344 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list()346 cursor->blkno = leafhdr.forw; in xfs_attr_node_list()