Searched refs:forw (Results 1 - 14 of 14) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c149 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw);
157 to->forw = be32_to_cpu(from->hdr.info.forw);
177 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw);
184 to->hdr.info.forw = cpu_to_be32(from->forw);
638 if (node->hdr.info.forw) {
639 if (be32_to_cpu(node->hdr.info.forw) !
[all...]
H A Dxfs_attr_leaf.h22 uint32_t forw; member in struct:xfs_attr3_icleaf_hdr
H A Dxfs_da_btree.h147 uint32_t forw; member in struct:xfs_da3_icnode_hdr
H A Dxfs_attr_leaf.c166 to->forw = be32_to_cpu(hdr3->info.hdr.forw);
180 to->forw = be32_to_cpu(from->hdr.info.forw);
208 hdr3->info.hdr.forw = cpu_to_be32(from->forw);
223 to->hdr.info.forw = cpu_to_be32(from->forw);
1964 forward = (ichdr.forw != 0);
1986 forward = ichdr.forw < ichd
[all...]
H A Dxfs_dir2_leaf.c44 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw);
54 to->forw = be32_to_cpu(from->hdr.info.forw);
78 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw);
87 to->hdr.info.forw = cpu_to_be32(from->forw);
H A Dxfs_dir2_priv.h16 uint32_t forw; member in struct:xfs_dir3_icleaf_hdr
H A Dxfs_da_format.h22 __be32 forw; /* previous block in list */ member in struct:xfs_da_blkinfo
575 * to work "forw"ard. If none matches, continue with the "forw"ard leaf
H A Dxfs_dir2_node.c1539 forward = (leafhdr.forw != 0);
1555 forward = leafhdr.forw < leafhdr.back;
1559 blkno = forward ? leafhdr.forw : leafhdr.back;
/linux-master/fs/xfs/scrub/
H A Ddabtree.c282 xfs_dablk_t forw; local
286 forw = be32_to_cpu(hdr->forw);
291 if (forw != 0 || back != 0)
297 * Check back (left) and forw (right) pointers. These functions
303 error = xchk_da_btree_block_check_sibling(ds, level, 1, forw);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c82 rev->forw = i;
84 tail->forw = pte_index;
87 rev->forw = rev->back = pte_index;
166 next = real_vmalloc_addr(&kvm->arch.hpt.rev[rev->forw]);
169 prev->forw = rev->forw;
171 head = rev->forw;
H A Dbook3s_64_mmu_hv.c788 j = rev[i].forw;
795 rev[h].forw = j;
797 rev[i].forw = rev[i].back = i;
923 j = rev[i].forw;
991 j = rev[i].forw;
1054 j = rev[i].forw;
/linux-master/fs/xfs/
H A Dxfs_attr_list.c379 if (context->seen_enough || leafhdr.forw == 0)
381 cursor->blkno = leafhdr.forw;
/linux-master/fs/ufs/
H A Dballoc.c869 int i, start, end, forw, back; local
890 forw = i - start;
908 i = back + forw + 1;
914 if (forw > 0)
915 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h225 unsigned int forw, back; member in struct:revmap_entry

Completed in 221 milliseconds