Lines Matching defs:nel

107 			    unsigned merge, unsigned commit, uint32_t * nel)
185 if (nel)
186 (*nel)--; /* one less node */
285 uint32_t nel;
294 and compute the final nel. */
303 nel = a->nel;
305 /* New avtab format. nel is good to go. */
306 nel = cpu_to_le32(a->nel);
307 items = put_entry(&nel, sizeof(uint32_t), 1, fp);
314 /* If old format, compute final nel.
316 if (avtab_write_item(p, cur, fp, 1, !oldvers, &nel)) {
325 Write the computed nel value, then write the items. */
326 nel = cpu_to_le32(nel);
327 items = put_entry(&nel, sizeof(uint32_t), 1, fp);
509 size_t nel, items;
514 nel = 0;
517 nel++;
519 buf[0] = cpu_to_le32(nel);
553 size_t nel, items;
555 nel = 0;
557 nel++;
558 buf[0] = cpu_to_le32(nel);
674 buf[0] = cpu_to_le32(p->filename_trans->nel);
961 buf[items++] = cpu_to_le32(comdatum->permissions.table->nel);
1056 buf[items++] = cpu_to_le32(cladatum->permissions.table->nel);
1354 size_t nel, items, len;
1358 nel = 0;
1366 nel++;
1368 buf[0] = cpu_to_le32(nel);
1462 size_t nel, items, len;
1466 nel = 0;
1474 nel++;
1476 buf[0] = cpu_to_le32(nel);
1607 size_t nel = 0, items, len;
1611 nel++;
1612 buf[0] = cpu_to_le32(nel);
1625 nel = 0;
1627 nel++;
1628 buf[0] = cpu_to_le32(nel);
1654 size_t nel;
1672 args->nel++;
1725 args.nel = 0;
1733 buf[0] = cpu_to_le32(args.nel);
1795 size_t nel = ARRAY_SIZE(avrule->xperms->perms);
1796 uint32_t buf32[nel];
1824 for (i = 0; i < nel; i++)
1826 items = put_entry(buf32, sizeof(uint32_t), nel, fp);
1827 if (items != nel)
1881 int nel = 0;
1890 nel++;
1892 buf[0] = cpu_to_le32(nel);
1922 int nel = 0;
1928 nel++;
1929 buf[0] = cpu_to_le32(nel);
1945 int nel = 0;
1951 nel++;
1953 buf[0] = cpu_to_le32(nel);
1998 int nel = 0;
2004 nel++;
2005 buf[0] = cpu_to_le32(nel);
2079 buf[1] = cpu_to_le32(decl->symtab[i].table->nel);
2323 buf[1] = p->symtab[i].table->nel;
2341 * their numbers from p_roles.table->nel.
2385 buf[0] = cpu_to_le32(p->scope[i].table->nel);