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);
939 buf[items++] = cpu_to_le32(cladatum->permissions.table->nel);
1189 size_t nel, items;
1193 nel = 0;
1195 nel++;
1196 buf[0] = cpu_to_le32(nel);
1258 size_t nel, items, len;
1262 nel = 0;
1264 nel++;
1265 buf[0] = cpu_to_le32(nel);
1365 size_t nel = 0, items, len;
1369 nel++;
1370 buf[0] = cpu_to_le32(nel);
1383 nel = 0;
1385 nel++;
1386 buf[0] = cpu_to_le32(nel);
1412 size_t nel, items;
1419 nel = 0;
1425 nel++;
1427 buf[0] = cpu_to_le32(nel);
1545 int nel = 0;
1554 nel++;
1556 buf[0] = cpu_to_le32(nel);
1586 int nel = 0;
1592 nel++;
1593 buf[0] = cpu_to_le32(nel);
1608 int nel = 0;
1614 nel++;
1616 buf[0] = cpu_to_le32(nel);
1650 int nel = 0;
1656 nel++;
1657 buf[0] = cpu_to_le32(nel);
1731 buf[1] = cpu_to_le32(decl->symtab[i].table->nel);
1973 buf[1] = p->symtab[i].table->nel;
1991 * their numbers from p_roles.table->nel.
2035 buf[0] = cpu_to_le32(p->scope[i].table->nel);