Home
last modified time | relevance | path

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

12

/freebsd/stand/libsa/
H A Dfstat.c51 errno = (f->f_ops->fo_stat)(f, sb); in fstat()
H A Dsplitfs.c58 .fo_stat = splitfs_stat,
H A Dbzipfs.c76 .fo_stat = bzf_stat,
H A Dgzipfs.c58 .fo_stat = zf_stat,
H A Dstand.h109 int (*fo_stat)(struct open_file *f, struct stat *sb); member
H A Dcd9660.c89 .fo_stat = cd9660_stat,
H A Dpkgfs.c55 .fo_stat = pkg_stat,
H A Dtftp.c81 .fo_stat = tftp_stat,
H A Dnfs.c139 .fo_stat = nfs_stat,
H A Dext2fs.c114 .fo_stat = ext2fs_stat,
H A Dufs.c101 .fo_stat = ufs_stat,
/freebsd/sys/sys/
H A Dfile.h143 fo_stat_t *fo_stat; member
333 static __inline fo_stat_t fo_stat; variable
380 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in fo_stat() function
383 return ((*fp->f_ops->fo_stat)(fp, sb, active_cred)); in fo_stat()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c247 rc = fo_stat(fp, &sb, td->td_ucred, td); in zfs_file_getattr()
249 rc = fo_stat(fp, &sb, td->td_ucred); in zfs_file_getattr()
/freebsd/stand/userboot/userboot/
H A Dhost.c161 .fo_stat = host_stat,
/freebsd/stand/kboot/kboot/
H A Dhostfs.c224 .fo_stat = hostfs_stat,
/freebsd/sys/kern/
H A Dsys_eventfd.c73 .fo_stat = eventfd_stat,
H A Dsys_procdesc.c106 .fo_stat = procdesc_stat,
H A Dsys_timerfd.c369 .fo_stat = timerfd_stat,
H A Dtty_pts.c607 .fo_stat = ptsdev_stat,
H A Dsys_pipe.c162 .fo_stat = pipe_stat,
1553 return (vnops.fo_stat(fp, ub, active_cred)); in pipe_stat()
H A Dsys_socket.c105 .fo_stat = soo_stat,
H A Duipc_sem.c150 .fo_stat = ksem_stat,
/freebsd/sys/compat/linux/
H A Dlinux_stats.c77 error = fo_stat(fp, sbp, td->td_ucred); in linux_kern_fstat()
/freebsd/stand/efi/libefi/
H A Defihttp.c102 .fo_stat = efihttp_fs_stat,
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1852 return (vnops.fo_stat(fp, sb, cred)); in devfs_stat_f()
2047 .fo_stat = devfs_stat_f,

12