Lines Matching defs:autopush
97 * The maximum modules you can push on a stream using the autopush
103 * autopush info common to user and kernel
114 * New autopush information structure. This wouldn't be necessary
127 * ap_cmd: various flavors of autopush
135 * format for autopush ioctls
182 struct autopush {
192 * the type of the autopush entry. Therefore, occurrences of
193 * "type" in the code refer to an existing autopush entry.
220 extern struct autopush *sad_ap_alloc(void);
222 extern int sad_ap_verify(struct autopush *);
227 extern void sad_ap_rele(struct autopush *, str_stack_t *);
228 extern struct autopush *sad_ap_find_by_dev(dev_t, str_stack_t *);
233 extern void sad_ap_insert(struct autopush *, str_stack_t *);
234 extern void sad_ap_remove(struct autopush *, str_stack_t *);
235 extern struct autopush *sad_ap_find(struct apcommon *, str_stack_t *);