HomeSort by: relevance | last modified time | path
    Searched defs:faf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_fileassoc.c 140 file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc)
143 return specificdata_getspecific(fileassoc_domain, &faf->faf_data,
148 file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc,
152 specificdata_setspecific(fileassoc_domain, &faf->faf_data,
157 file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc)
166 data = file_getdata(faf, assoc);
171 file_free(struct fileassoc_file *faf)
175 LIST_REMOVE(faf, faf_list);
178 file_cleanup(faf, assoc);
181 vfs_composefh_free(faf->faf_handle)
194 struct fileassoc_file *faf; local in function:table_dtor
300 struct fileassoc_file *faf; local in function:fileassoc_file_lookup
342 struct fileassoc_file *faf; local in function:fileassoc_lookup
373 struct fileassoc_file *faf; local in function:fileassoc_table_resize
461 struct fileassoc_file *faf; local in function:fileassoc_table_run
489 struct fileassoc_file *faf; local in function:fileassoc_table_clear
510 struct fileassoc_file *faf; local in function:fileassoc_file_add
567 struct fileassoc_file *faf; local in function:fileassoc_file_delete
597 struct fileassoc_file *faf; local in function:fileassoc_add
626 struct fileassoc_file *faf; local in function:fileassoc_clear
    [all...]
kern_fileassoc.c 140 file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc)
143 return specificdata_getspecific(fileassoc_domain, &faf->faf_data,
148 file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc,
152 specificdata_setspecific(fileassoc_domain, &faf->faf_data,
157 file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc)
166 data = file_getdata(faf, assoc);
171 file_free(struct fileassoc_file *faf)
175 LIST_REMOVE(faf, faf_list);
178 file_cleanup(faf, assoc);
181 vfs_composefh_free(faf->faf_handle)
194 struct fileassoc_file *faf; local in function:table_dtor
300 struct fileassoc_file *faf; local in function:fileassoc_file_lookup
342 struct fileassoc_file *faf; local in function:fileassoc_lookup
373 struct fileassoc_file *faf; local in function:fileassoc_table_resize
461 struct fileassoc_file *faf; local in function:fileassoc_table_run
489 struct fileassoc_file *faf; local in function:fileassoc_table_clear
510 struct fileassoc_file *faf; local in function:fileassoc_file_add
567 struct fileassoc_file *faf; local in function:fileassoc_file_delete
597 struct fileassoc_file *faf; local in function:fileassoc_add
626 struct fileassoc_file *faf; local in function:fileassoc_clear
    [all...]

Completed in 22 milliseconds