Home
last modified time | relevance | path

Searched refs:ebitmap (Results 1 – 10 of 10) sorted by relevance

/linux/security/selinux/ss/
A Debitmap.h40 struct ebitmap { struct
60 static inline void ebitmap_init(struct ebitmap *e) in ebitmap_init()
125 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2);
126 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src);
127 int ebitmap_and(struct ebitmap *dst, struct ebitmap *e1, struct ebitmap *e2);
128 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit);
131 void ebitmap_destroy(struct ebitmap *e);
132 int ebitmap_read(struct ebitmap *e, void *fp);
133 int ebitmap_write(struct ebitmap *e, void *fp);
137 int ebitmap_netlbl_export(struct ebitmap *ebmap,
[all …]
A Debitmap.c31 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_cmp()
53 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src) in ebitmap_cpy()
81 int ebitmap_and(struct ebitmap *dst, struct ebitmap *e1, struct ebitmap *e2) in ebitmap_and()
110 int ebitmap_netlbl_export(struct ebitmap *ebmap, in ebitmap_netlbl_export()
162 int ebitmap_netlbl_import(struct ebitmap *ebmap, in ebitmap_netlbl_import()
220 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit) in ebitmap_contains()
261 int ebitmap_get_bit(struct ebitmap *e, unsigned long bit) in ebitmap_get_bit()
346 void ebitmap_destroy(struct ebitmap *e) in ebitmap_destroy()
365 int ebitmap_read(struct ebitmap *e, void *fp) in ebitmap_read()
471 int ebitmap_write(struct ebitmap *e, void *fp) in ebitmap_write()
[all …]
A Dpolicydb.h80 struct ebitmap dominates; /* set of roles dominated by this role */
81 struct ebitmap types; /* set of authorized types for role */
101 struct ebitmap stypes; /* bitmap of source types for this otype */
124 struct ebitmap roles; /* set of authorized roles for user */
162 struct ebitmap types;
163 struct ebitmap negset;
270 struct ebitmap filename_trans_ttypes;
300 struct ebitmap *type_attr_map_array;
302 struct ebitmap policycaps;
304 struct ebitmap permissive_map;
A Dconstraint.h51 struct ebitmap names; /* names */
A Dmls_types.h23 struct ebitmap cat; /* category set */
A Dmls.c40 struct ebitmap *e; in mls_compute_context_len()
95 struct ebitmap *e; in mls_sid_to_context()
A Dservices.c631 struct ebitmap *sattr, *tattr; in context_struct_compute_av()
1029 struct ebitmap *sattr, *tattr; in security_compute_xperms_decision()
A Dpolicydb.c2689 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_read()
3731 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_write()
/linux/security/selinux/
A DMakefile10 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
/linux/fs/btrfs/
A Dscrub.c149 unsigned long *ebitmap; member
2438 __scrub_mark_bitmap(sparity, sparity->ebitmap, start, len); in scrub_parity_mark_sectors_error()
2780 nbits = bitmap_weight(sparity->ebitmap, sparity->nsectors); in scrub_free_parity()
2812 bitmap_or(sparity->ebitmap, sparity->ebitmap, sparity->dbitmap, in scrub_parity_bio_endio()
2832 if (!bitmap_andnot(sparity->dbitmap, sparity->dbitmap, sparity->ebitmap, in scrub_parity_check_and_repair()
2865 bitmap_or(sparity->ebitmap, sparity->ebitmap, sparity->dbitmap, in scrub_parity_check_and_repair()
2944 sparity->ebitmap = (void *)sparity->bitmap + bitmap_len; in scrub_raid56_parity()

Completed in 33 milliseconds