Searched refs:fo_stat (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | file.h | 141 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 D | zfs_file_os.c | 210 rc = fo_stat(fp, &sb, td->td_ucred, td); in zfs_file_getattr()
|
| /f-stack/freebsd/kern/ |
| H A D | sys_eventfd.c | 78 .fo_stat = eventfd_stat,
|
| H A D | sys_procdesc.c | 110 .fo_stat = procdesc_stat,
|
| H A D | tty_pts.c | 616 .fo_stat = ptsdev_stat,
|
| H A D | sys_pipe.c | 167 .fo_stat = pipe_stat, 1514 return (vnops.fo_stat(fp, ub, active_cred, td)); in pipe_stat()
|
| H A D | sys_socket.c | 112 .fo_stat = soo_stat,
|
| H A D | uipc_sem.c | 152 .fo_stat = ksem_stat,
|
| H A D | uipc_shm.c | 158 .fo_stat = shm_stat,
|
| H A D | kern_descrip.c | 1544 error = fo_stat(fp, sbp, td->td_ucred, td); in kern_fstat() 4979 .fo_stat = badfo_stat,
|
| H A D | kern_event.c | 140 .fo_stat = kqueue_stat,
|
| H A D | uipc_mqueue.c | 2669 .fo_stat = mqf_stat,
|
| H A D | vfs_vnops.c | 117 .fo_stat = vn_statfile,
|