fileassoc
file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc)
file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc,
file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc)
struct fileassoc *assoc;
struct fileassoc *assoc;
LIST_ENTRY(fileassoc) assoc_list;
static LIST_HEAD(, fileassoc) fileassoc_list;
typedef struct fileassoc *fileassoc_t;