MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fo_close

Function fo_close

freebsd/sys/file.h:373–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373static __inline int
374fo_close(struct file *fp, struct thread *td)
375{
376
377 return ((*fp->f_ops->fo_close)(fp, td));
378}
379
380static __inline int
381fo_kqfilter(struct file *fp, struct knote *kn)

Callers 2

zfs_file_closeFunction · 0.85
_fdropFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected