Home
last modified time | relevance | path

Searched refs:fo_stat (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/sys/
H A Dfile.h141 fo_stat_t *fo_stat; member
319 static __inline fo_stat_t fo_stat; variable
366 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in fo_stat() function
370 return ((*fp->f_ops->fo_stat)(fp, sb, active_cred, td)); in fo_stat()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c210 rc = fo_stat(fp, &sb, td->td_ucred, td); in zfs_file_getattr()
/f-stack/freebsd/kern/
H A Dsys_eventfd.c78 .fo_stat = eventfd_stat,
H A Dsys_procdesc.c110 .fo_stat = procdesc_stat,
H A Dtty_pts.c616 .fo_stat = ptsdev_stat,
H A Dsys_pipe.c167 .fo_stat = pipe_stat,
1514 return (vnops.fo_stat(fp, ub, active_cred, td)); in pipe_stat()
H A Dsys_socket.c112 .fo_stat = soo_stat,
H A Duipc_sem.c152 .fo_stat = ksem_stat,
H A Duipc_shm.c158 .fo_stat = shm_stat,
H A Dkern_descrip.c1544 error = fo_stat(fp, sbp, td->td_ucred, td); in kern_fstat()
4979 .fo_stat = badfo_stat,
H A Dkern_event.c140 .fo_stat = kqueue_stat,
H A Duipc_mqueue.c2669 .fo_stat = mqf_stat,
H A Dvfs_vnops.c117 .fo_stat = vn_statfile,