Searched refs:faf (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | kern_fileassoc.c | 140 file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc) in file_getdata() argument 143 return specificdata_getspecific(fileassoc_domain, &faf->faf_data, in file_getdata() 148 file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc, in file_setdata() argument 152 specificdata_setspecific(fileassoc_domain, &faf->faf_data, in file_setdata() 157 file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc) in file_cleanup() argument 166 data = file_getdata(faf, assoc); in file_cleanup() 171 file_free(struct fileassoc_file *faf) in file_free() argument 175 LIST_REMOVE(faf, faf_list); in file_free() 178 file_cleanup(faf, assoc); in file_free() 181 vfs_composefh_free(faf->faf_handle); in file_free() [all …]
|