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

Function fo_stat

freebsd/sys/file.h:365–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365static __inline int
366fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred,
367 struct thread *td)
368{
369
370 return ((*fp->f_ops->fo_stat)(fp, sb, active_cred, td));
371}
372
373static __inline int
374fo_close(struct file *fp, struct thread *td)

Callers 2

zfs_file_getattrFunction · 0.85
kern_fstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected