Searched refs:forw (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 135 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_da3_node_hdr_from_disk() 143 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_da3_node_hdr_from_disk() 163 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_da3_node_hdr_to_disk() 170 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_da3_node_hdr_to_disk() 597 if (node->hdr.info.forw) { in xfs_da3_split() 598 if (be32_to_cpu(node->hdr.info.forw) != addblk->blkno) { in xfs_da3_split() 617 node->hdr.info.forw = cpu_to_be32(oldblk->blkno); in xfs_da3_split() 1159 ASSERT(!blkinfo->forw); in xfs_da_blkinfo_onlychild_validate() 1190 ASSERT(oldroothdr.forw == 0); in xfs_da3_root_join() 1284 forward = (info->forw != 0); in xfs_da3_node_toosmall() [all …]
|
D | xfs_dir2_leaf.c | 43 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_dir2_leaf_hdr_from_disk() 53 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_dir2_leaf_hdr_from_disk() 77 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_dir2_leaf_hdr_to_disk() 86 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_dir2_leaf_hdr_to_disk()
|
D | xfs_attr_leaf.c | 164 to->forw = be32_to_cpu(hdr3->info.hdr.forw); in xfs_attr3_leaf_hdr_from_disk() 178 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_attr3_leaf_hdr_from_disk() 206 hdr3->info.hdr.forw = cpu_to_be32(from->forw); in xfs_attr3_leaf_hdr_to_disk() 221 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_attr3_leaf_hdr_to_disk() 2001 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall() 2023 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall() 2027 blkno = ichdr.forw; in xfs_attr3_leaf_toosmall() 2303 tmphdr.forw = savehdr.forw; in xfs_attr3_leaf_unbalance()
|
D | xfs_attr_leaf.h | 22 uint32_t forw; member
|
D | xfs_da_btree.h | 141 uint32_t forw; member
|
D | xfs_dir2_priv.h | 16 uint32_t forw; member
|
D | xfs_da_format.h | 22 __be32 forw; /* previous block in list */ member
|
D | xfs_dir2_node.c | 1533 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall() 1549 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall() 1553 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall()
|
/fs/xfs/scrub/ |
D | dabtree.c | 281 xfs_dablk_t forw; in xchk_da_btree_block_check_siblings() local 285 forw = be32_to_cpu(hdr->forw); in xchk_da_btree_block_check_siblings() 290 if (forw != 0 || back != 0) in xchk_da_btree_block_check_siblings() 302 error = xchk_da_btree_block_check_sibling(ds, level, 1, forw); in xchk_da_btree_block_check_siblings()
|
/fs/ufs/ |
D | balloc.c | 875 int i, start, end, forw, back; in ufs_clusteracct() local 896 forw = i - start; in ufs_clusteracct() 914 i = back + forw + 1; in ufs_clusteracct() 920 if (forw > 0) in ufs_clusteracct() 921 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt); in ufs_clusteracct()
|
/fs/xfs/ |
D | xfs_attr_list.c | 370 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list() 372 cursor->blkno = leafhdr.forw; in xfs_attr_node_list()
|