Lines Matching refs:prl
3252 runlist_element *prl;
3271 for (prl=rl; prl->length && ok; prl++) {
3273 prl->lcn + expand->cluster_increment);
3275 + (prl->vcn << vol->cluster_size_bits),
3276 prl->length << vol->cluster_size_bits);
4031 runlist_element *prl;
4045 for (prl=rl; prl->length; prl++)
4046 if (prl->lcn >= 0) {
4047 prl->lcn += expand->cluster_increment;
4048 if (set_bitmap(expand,prl))
4081 runlist_element *prl;
4132 for (prl=rl; prl->length; prl++)
4133 if (prl->lcn >= 0) {
4134 prl->lcn += expand->cluster_increment;
4136 && set_bitmap(expand,prl))
4166 prl = rl;
4167 if (prl->length) {
4168 while (prl[1].length)
4169 prl++;
4170 prl->length = lth - prl->vcn;
4171 prl[1].vcn = lth;
4173 prl->vcn = lth;
4207 static int rebase_inode(expand_t *expand, const runlist_element *prl,
4220 pos = (prl->lcn << vol->cluster_size_bits)
4287 runlist_element *prl;
4311 for (prl=mft_rl; prl->length; prl++) { }
4312 inodecnt = (prl->vcn << vol->cluster_size_bits)
4316 prl = mft_rl;
4320 while (prl->length
4322 >= ((prl->vcn + prl->length)
4324 prl++;
4328 if (prl->length) {
4330 prl,inum,jnum);
4332 } while (!res && prl->length);