Searched refs:ebitmap (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/security/selinux/ss/ |
D | ebitmap.h | 40 struct ebitmap { struct 47 static inline unsigned int ebitmap_start_positive(struct ebitmap *e, in ebitmap_start_positive() argument 60 static inline void ebitmap_init(struct ebitmap *e) in ebitmap_init() 65 static inline unsigned int ebitmap_next_positive(struct ebitmap *e, in ebitmap_next_positive() 125 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2); 126 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src); 127 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit); 128 int ebitmap_get_bit(struct ebitmap *e, unsigned long bit); 129 int ebitmap_set_bit(struct ebitmap *e, unsigned long bit, int value); 130 void ebitmap_destroy(struct ebitmap *e); [all …]
|
D | policydb.h | 79 struct ebitmap dominates; /* set of roles dominated by this role */ 80 struct ebitmap types; /* set of authorized types for role */ 120 struct ebitmap roles; /* set of authorized roles for user */ 158 struct ebitmap types; 159 struct ebitmap negset; 266 struct ebitmap filename_trans_ttypes; 293 struct ebitmap *type_attr_map_array; 295 struct ebitmap policycaps; 297 struct ebitmap permissive_map;
|
D | ebitmap.c | 30 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_cmp() 52 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src) in ebitmap_cpy() 91 int ebitmap_netlbl_export(struct ebitmap *ebmap, in ebitmap_netlbl_export() 143 int ebitmap_netlbl_import(struct ebitmap *ebmap, in ebitmap_netlbl_import() 201 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit) in ebitmap_contains() 242 int ebitmap_get_bit(struct ebitmap *e, unsigned long bit) in ebitmap_get_bit() 259 int ebitmap_set_bit(struct ebitmap *e, unsigned long bit, int value) in ebitmap_set_bit() 327 void ebitmap_destroy(struct ebitmap *e) in ebitmap_destroy() 346 int ebitmap_read(struct ebitmap *e, void *fp) in ebitmap_read() 452 int ebitmap_write(struct ebitmap *e, void *fp) in ebitmap_write()
|
D | constraint.h | 51 struct ebitmap names; /* names */
|
D | mls_types.h | 23 struct ebitmap cat; /* category set */
|
D | mls.c | 40 struct ebitmap *e; in mls_compute_context_len() 95 struct ebitmap *e; in mls_sid_to_context()
|
D | services.c | 625 struct ebitmap *sattr, *tattr; in context_struct_compute_av() 1011 struct ebitmap *sattr, *tattr; in security_compute_xperms_decision()
|
D | policydb.c | 2510 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_read() 3505 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_write()
|
/Linux-v5.4/security/selinux/ |
D | Makefile | 10 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
|
/Linux-v5.4/fs/btrfs/ |
D | scrub.c | 149 unsigned long *ebitmap; member 2401 __scrub_mark_bitmap(sparity, sparity->ebitmap, start, len); in scrub_parity_mark_sectors_error() 2709 nbits = bitmap_weight(sparity->ebitmap, sparity->nsectors); in scrub_free_parity() 2741 bitmap_or(sparity->ebitmap, sparity->ebitmap, sparity->dbitmap, in scrub_parity_bio_endio() 2761 if (!bitmap_andnot(sparity->dbitmap, sparity->dbitmap, sparity->ebitmap, in scrub_parity_check_and_repair() 2794 bitmap_or(sparity->ebitmap, sparity->ebitmap, sparity->dbitmap, in scrub_parity_check_and_repair() 2870 sparity->ebitmap = (void *)sparity->bitmap + bitmap_len; in scrub_raid56_parity()
|