Lines Matching refs:nel

494 	       "longest chain length %d\n", hash_name, h->nel,  in hash_eval()
530 p->p_classes.nprim, p->te_avtab.nel); in policydb_index()
1146 u32 len, nel; in common_read() local
1165 nel = le32_to_cpu(buf[3]); in common_read()
1171 for (i = 0; i < nel; i++) { in common_read()
1312 u32 len, len2, ncons, nel; in class_read() local
1332 nel = le32_to_cpu(buf[4]); in class_read()
1352 for (i = 0; i < nel; i++) { in class_read()
1842 u32 nel; in range_read() local
1851 nel = le32_to_cpu(buf[0]); in range_read()
1852 for (i = 0; i < nel; i++) { in range_read()
1913 u32 nel, len; in filename_trans_read() local
1923 nel = le32_to_cpu(buf[0]); in filename_trans_read()
1925 for (i = 0; i < nel; i++) { in filename_trans_read()
1994 u32 nel, nel2, len, len2; in genfs_read() local
2004 nel = le32_to_cpu(buf[0]); in genfs_read()
2006 for (i = 0; i < nel; i++) { in genfs_read()
2107 u32 nel, len; in ocontext_read() local
2116 nel = le32_to_cpu(buf[0]); in ocontext_read()
2119 for (j = 0; j < nel; j++) { in ocontext_read()
2235 u32 len, nprim, nel; in policydb_read() local
2357 nel = le32_to_cpu(buf[1]); in policydb_read()
2358 for (j = 0; j < nel; j++) { in policydb_read()
2385 nel = le32_to_cpu(buf[0]); in policydb_read()
2387 for (i = 0; i < nel; i++) { in policydb_read()
2423 nel = le32_to_cpu(buf[0]); in policydb_read()
2425 for (i = 0; i < nel; i++) { in policydb_read()
2632 size_t nel; in role_trans_write() local
2635 nel = 0; in role_trans_write()
2637 nel++; in role_trans_write()
2638 buf[0] = cpu_to_le32(nel); in role_trans_write()
2664 size_t nel; in role_allow_write() local
2667 nel = 0; in role_allow_write()
2669 nel++; in role_allow_write()
2670 buf[0] = cpu_to_le32(nel); in role_allow_write()
2751 buf[3] = cpu_to_le32(comdatum->permissions.table->nel); in common_write()
2791 u32 nel; in write_cons_helper() local
2795 nel = 0; in write_cons_helper()
2797 nel++; in write_cons_helper()
2799 buf[1] = cpu_to_le32(nel); in write_cons_helper()
2860 buf[4] = cpu_to_le32(cladatum->permissions.table->nel); in class_write()
3058 size_t nel, len; in ocontext_write() local
3063 nel = 0; in ocontext_write()
3065 nel++; in ocontext_write()
3066 buf[0] = cpu_to_le32(nel); in ocontext_write()
3242 int rc, nel; in range_write() local
3249 nel = 0; in range_write()
3250 rc = hashtab_map(p->range_tr, hashtab_cnt, &nel); in range_write()
3254 buf[0] = cpu_to_le32(nel); in range_write()
3300 u32 nel; in filename_trans_write() local
3307 nel = 0; in filename_trans_write()
3308 rc = hashtab_map(p->filename_trans, hashtab_cnt, &nel); in filename_trans_write()
3312 buf[0] = cpu_to_le32(nel); in filename_trans_write()
3408 buf[1] = cpu_to_le32(p->symtab[i].table->nel); in policydb_write()