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

/freebsd-9.3-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-9.3-release/sys/sys/
H A Dfile.h117 fo_stat_t *fo_stat; member in struct:fileops
277 static __inline fo_stat_t fo_stat; variable
323 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, function
327 return ((*fp->f_ops->fo_stat)(fp, sb, active_cred, td));
/freebsd-9.3-release/sys/kern/
H A Dsys_capability.c174 .fo_stat = capability_stat,
188 .fo_stat = capability_stat,
H A Dsys_socket.c65 .fo_stat = soo_stat,
H A Dsys_procdesc.c112 .fo_stat = procdesc_stat,
H A Dtty_pts.c598 .fo_stat = ptsdev_stat,
H A Dkern_descrip.c1384 error = fo_stat(fp, sbp, td->td_ucred, td);
3768 if (fo_stat(fp, &sb, td->td_ucred, td) != 0)
3787 if (fo_stat(fp, &sb, td->td_ucred, td) != 0)
4011 .fo_stat = badfo_stat,
H A Duipc_sem.c148 .fo_stat = ksem_stat,
H A Duipc_shm.c130 .fo_stat = shm_stat,
H A Dsys_pipe.c160 .fo_stat = pipe_stat,
H A Dkern_event.c124 .fo_stat = kqueue_stat,
H A Dvfs_vnops.c98 .fo_stat = vn_statfile,
H A Duipc_mqueue.c2595 .fo_stat = mqf_stat,
/freebsd-9.3-release/sys/dev/streams/
H A Dstreams.c97 .fo_stat = soo_stat,
/freebsd-9.3-release/sys/fs/fifofs/
H A Dfifo_vnops.c73 .fo_stat = fifo_stat_f,
695 return (vnops.fo_stat(fp, sb, cred, td));
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_vnops.c1587 return (vnops.fo_stat(fp, sb, cred, td));
1700 .fo_stat = devfs_stat_f,
/freebsd-9.3-release/sys/opencrypto/
H A Dcryptodev.c303 .fo_stat = cryptof_stat,

Completed in 417 milliseconds