Lines Matching refs:fileassoc
40 #include <sys/fileassoc.h>
58 struct fileassoc {
59 LIST_ENTRY(fileassoc) assoc_list;
65 static LIST_HEAD(, fileassoc) fileassoc_list;
95 * good for avoiding calls to fileassoc when it's not in use. Unclear
97 * fileassoc(9) update performance, feel free to rip this out as long
99 * memory barriers when fileassoc(9) is not in use.
140 file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc)
148 file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc,
157 file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc)
173 struct fileassoc *assoc;
208 * Initialize the fileassoc subsystem.
236 struct fileassoc *assoc;
370 /* XXX we need to make sure nothing uses fileassoc here! */
403 * Create a new fileassoc table.