Searched refs:fo_stat (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/lib/libstand/
H A Dfstat.c57 errno = (f->f_ops->fo_stat)(f, sb);
H A Dstand.h110 int (*fo_stat)(struct open_file *f, struct stat *sb); member in struct:fs_ops
/freebsd-11.0-release/sys/sys/
H A Dfile.h133 fo_stat_t *fo_stat; member in struct:fileops
292 static __inline fo_stat_t fo_stat; variable
339 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, function
343 return ((*fp->f_ops->fo_stat)(fp, sb, active_cred, td));
/freebsd-11.0-release/sys/kern/
H A Dsys_procdesc.c104 .fo_stat = procdesc_stat,
H A Dtty_pts.c606 .fo_stat = ptsdev_stat,
H A Dsys_pipe.c167 .fo_stat = pipe_stat,
1520 return (vnops.fo_stat(fp, ub, active_cred, td));
H A Dsys_socket.c108 .fo_stat = soo_stat,
H A Duipc_sem.c145 .fo_stat = ksem_stat,
H A Duipc_shm.c137 .fo_stat = shm_stat,
H A Dkern_descrip.c1340 error = fo_stat(fp, sbp, td->td_ucred, td);
3979 .fo_stat = badfo_stat,
H A Dkern_event.c129 .fo_stat = kqueue_stat,
H A Duipc_mqueue.c2645 .fo_stat = mqf_stat,
H A Dvfs_vnops.c111 .fo_stat = vn_statfile,
/freebsd-11.0-release/sys/compat/cloudabi/
H A Dcloudabi_file.c573 error = fo_stat(fp, &sb, td->td_ucred, td);
/freebsd-11.0-release/sys/fs/devfs/
H A Ddevfs_vnops.c1669 return (vnops.fo_stat(fp, sb, cred, td));
1854 .fo_stat = devfs_stat_f,
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_event.c141 .fo_stat = eventfd_stat,
/freebsd-11.0-release/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c884 .fo_stat = linux_file_stat,
/freebsd-11.0-release/sys/opencrypto/
H A Dcryptodev.c311 .fo_stat = cryptof_stat,

Completed in 236 milliseconds