fileassoc_t
fileassoc_t *result)
fileassoc_deregister(fileassoc_t assoc)
fileassoc_lookup(struct vnode *vp, fileassoc_t assoc)
fileassoc_table_run(struct mount *mp, fileassoc_t assoc, fileassoc_cb_t cb,
fileassoc_table_clear(struct mount *mp, fileassoc_t assoc)
fileassoc_add(struct vnode *vp, fileassoc_t assoc, void *data)
fileassoc_clear(struct vnode *vp, fileassoc_t assoc)
static fileassoc_t veriexec_hook;
int fileassoc_register(const char *, fileassoc_cleanup_cb_t, fileassoc_t *);
int fileassoc_deregister(fileassoc_t);
void *fileassoc_lookup(struct vnode *, fileassoc_t);
int fileassoc_table_clear(struct mount *, fileassoc_t);
int fileassoc_add(struct vnode *, fileassoc_t, void *);
int fileassoc_clear(struct vnode *, fileassoc_t);
int fileassoc_table_run(struct mount *, fileassoc_t, fileassoc_cb_t, void *);