Lines Matching refs:pindex
641 icx->parent_pos[icx->pindex] = item;
669 icx->parent_pos[icx->pindex] = item;
717 icx->pindex++;
718 if (icx->pindex >= MAX_PARENT_VCN) {
728 icx->pindex--;
729 if (icx->pindex < 0) {
731 ntfs_log_perror("Corrupt index pointer (%d)", icx->pindex);
828 icx->parent_vcn[icx->pindex] = old_vcn;
846 icx->parent_vcn[icx->pindex] = old_vcn;
867 icx->parent_vcn[icx->pindex] = vcn;
1426 return icx->parent_vcn[icx->pindex];
1431 return icx->parent_pos[icx->pindex];
1751 ntfs_log_trace("pindex: %d\n", icx->pindex);
1756 if (ntfs_ibm_clear(icx, icx->parent_vcn[icx->pindex + 1]))
1800 int entry_pos, pindex;
1821 entry_pos = icx->parent_pos[icx->pindex]++;
1822 pindex = icx->pindex;
1833 icx->parent_vcn[icx->pindex] = vcn;
1834 icx->parent_pos[icx->pindex] = 0;
1871 icx->pindex = pindex;
2052 ictx->pindex = 1;
2058 ictx->pindex++;
2060 ictx->parent_pos[ictx->pindex] = 0;
2061 ictx->parent_vcn[ictx->pindex] = vcn;
2084 if (ictx->pindex > 0) {
2086 ictx->pindex--;
2087 if (!ictx->pindex) {
2103 ictx->parent_pos[ictx->pindex]);
2108 vcn = ictx->parent_vcn[ictx->pindex];
2112 ictx->parent_pos[ictx->pindex]);
2117 } while (entry && (ictx->pindex > 0)
2171 ++ictx->parent_pos[ictx->pindex];