Lines Matching refs:sidtab
70 struct sidtab *target;
76 struct sidtab { struct
106 int sidtab_init(struct sidtab *s); argument
107 int sidtab_set_initial(struct sidtab *s, u32 sid, struct context *context);
108 struct sidtab_entry *sidtab_search_entry(struct sidtab *s, u32 sid);
109 struct sidtab_entry *sidtab_search_entry_force(struct sidtab *s, u32 sid);
111 static inline struct context *sidtab_search(struct sidtab *s, u32 sid) in sidtab_search()
118 static inline struct context *sidtab_search_force(struct sidtab *s, u32 sid) in sidtab_search_force()
125 int sidtab_convert(struct sidtab *s, struct sidtab_convert_params *params);
127 void sidtab_cancel_convert(struct sidtab *s);
129 void sidtab_freeze_begin(struct sidtab *s, unsigned long *flags) __acquires(&s->lock);
130 void sidtab_freeze_end(struct sidtab *s, unsigned long *flags) __releases(&s->lock);
132 int sidtab_context_to_sid(struct sidtab *s, struct context *context, u32 *sid);
134 void sidtab_destroy(struct sidtab *s);
136 int sidtab_hash_stats(struct sidtab *sidtab, char *page);
139 void sidtab_sid2str_put(struct sidtab *s, struct sidtab_entry *entry,
141 int sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry,
144 static inline void sidtab_sid2str_put(struct sidtab *s, in sidtab_sid2str_put()
149 static inline int sidtab_sid2str_get(struct sidtab *s, in sidtab_sid2str_get()