Home | History | Annotate | Download | only in src

Lines Matching refs:nel

101 			    unsigned merge, unsigned commit, uint32_t * nel)
178 if (nel)
179 (*nel)--; /* one less node */
246 uint32_t nel;
255 and compute the final nel. */
264 nel = a->nel;
266 /* New avtab format. nel is good to go. */
267 nel = cpu_to_le32(a->nel);
268 items = put_entry(&nel, sizeof(uint32_t), 1, fp);
275 /* If old format, compute final nel.
277 if (avtab_write_item(p, cur, fp, 1, !oldvers, &nel)) {
286 Write the computed nel value, then write the items. */
287 nel = cpu_to_le32(nel);
288 items = put_entry(&nel, sizeof(uint32_t), 1, fp);
470 size_t nel, items;
475 nel = 0;
478 nel++;
480 buf[0] = cpu_to_le32(nel);
514 size_t nel, items;
516 nel = 0;
518 nel++;
519 buf[0] = cpu_to_le32(nel);
537 size_t nel, items, len;
539 nel = 0;
541 nel++;
542 buf[0] = cpu_to_le32(nel);
846 buf[items++] = cpu_to_le32(comdatum->permissions.table->nel);
942 buf[items++] = cpu_to_le32(cladatum->permissions.table->nel);
1214 size_t nel, items;
1218 nel = 0;
1220 nel++;
1221 buf[0] = cpu_to_le32(nel);
1283 size_t nel, items, len;
1287 nel = 0;
1289 nel++;
1290 buf[0] = cpu_to_le32(nel);
1390 size_t nel = 0, items, len;
1394 nel++;
1395 buf[0] = cpu_to_le32(nel);
1408 nel = 0;
1410 nel++;
1411 buf[0] = cpu_to_le32(nel);
1437 size_t nel, items;
1444 nel = 0;
1450 nel++;
1452 buf[0] = cpu_to_le32(nel);
1570 int nel = 0;
1579 nel++;
1581 buf[0] = cpu_to_le32(nel);
1611 int nel = 0;
1617 nel++;
1618 buf[0] = cpu_to_le32(nel);
1633 int nel = 0;
1639 nel++;
1641 buf[0] = cpu_to_le32(nel);
1675 int nel = 0;
1681 nel++;
1682 buf[0] = cpu_to_le32(nel);
1756 buf[1] = cpu_to_le32(decl->symtab[i].table->nel);
2002 buf[1] = p->symtab[i].table->nel;
2020 * their numbers from p_roles.table->nel.
2064 buf[0] = cpu_to_le32(p->scope[i].table->nel);