Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
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()
1225 ASSERT(!blkinfo->forw); in xfs_da_blkinfo_onlychild_validate()
1382 blkno = nodehdr.forw; in xfs_da3_node_toosmall()
1969 new_info->forw = old_info->forw; in xfs_da3_blk_link()
1971 if (old_info->forw) { in xfs_da3_blk_link()
2061 save_info->forw = drop_info->forw; in xfs_da3_blk_unlink()
[all …]
A Dxfs_dir2_leaf.c44 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_dir2_leaf_hdr_from_disk()
54 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_dir2_leaf_hdr_from_disk()
78 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_dir2_leaf_hdr_to_disk()
87 to->hdr.info.forw = cpu_to_be32(from->forw); in xfs_dir2_leaf_hdr_to_disk()
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()
2045 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall()
2067 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall()
2071 blkno = ichdr.forw; in xfs_attr3_leaf_toosmall()
2346 tmphdr.forw = savehdr.forw; in xfs_attr3_leaf_unbalance()
A Dxfs_attr_leaf.h22 uint32_t forw; member
A Dxfs_da_btree.h149 uint32_t forw; member
A Dxfs_dir2_priv.h16 uint32_t forw; member
A Dxfs_da_format.h22 __be32 forw; /* previous block in list */ member
A Dxfs_dir2_node.c1543 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall()
1559 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall()
1563 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall()
/fs/xfs/scrub/
A Dlistxattr.c251 if (leafhdr.forw == 0) in xchk_xattr_walk_node()
264 if (xdab_bitmap_test(&seen_dablks, leafhdr.forw, &len)) { in xchk_xattr_walk_node()
270 leafhdr.forw, &leaf_bp); in xchk_xattr_walk_node()
275 error = xdab_bitmap_set(&seen_dablks, leafhdr.forw, 1); in xchk_xattr_walk_node()
A Ddabtree.c298 xfs_dablk_t forw; in xchk_da_btree_block_check_siblings() local
302 forw = be32_to_cpu(hdr->forw); in xchk_da_btree_block_check_siblings()
307 if (forw != 0 || back != 0) in xchk_da_btree_block_check_siblings()
319 error = xchk_da_btree_block_check_sibling(ds, level, 1, forw); in xchk_da_btree_block_check_siblings()
/fs/ufs/
A Dballoc.c850 int i, start, end, forw, back; in ufs_clusteracct() local
871 forw = i - start; in ufs_clusteracct()
889 i = back + forw + 1; in ufs_clusteracct()
895 if (forw > 0) in ufs_clusteracct()
896 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt); in ufs_clusteracct()
/fs/xfs/
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()

Completed in 56 milliseconds