Home
last modified time | relevance | path

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

12

/freebsd/stand/libsa/
H A Dfstat.c51 errno = (f->f_ops->fo_stat)(f, sb); in fstat()
H A Dsplitfs.c59 .fo_stat = splitfs_stat,
H A Dzstdfs.c68 .fo_stat = zstdf_stat,
H A Dxzfs.c66 .fo_stat = xzf_stat,
H A Dgzipfs.c59 .fo_stat = zf_stat,
H A Dbzipfs.c77 .fo_stat = bzf_stat,
H A Dstand.h117 int (*fo_stat)(struct open_file *f, struct stat *sb); member
H A Dcd9660.c90 .fo_stat = cd9660_stat,
H A Dpkgfs.c50 .fo_stat = pkg_stat,
H A Dtftp.c86 .fo_stat = tftp_stat,
H A Dufs.c102 .fo_stat = ufs_stat,
H A Dext2fs.c115 .fo_stat = ext2fs_stat,
H A Dnfs.c140 .fo_stat = nfs_stat,
/freebsd/sys/sys/
H A Dfile.h156 fo_stat_t *fo_stat; member
356 static __inline fo_stat_t fo_stat; variable
403 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in fo_stat() function
406 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.c250 rc = fo_stat(fp, &sb, td->td_ucred, td); in zfs_file_getattr()
252 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.c72 .fo_stat = eventfd_stat,
H A Dkern_jaildesc.c64 .fo_stat = jaildesc_stat,
H A Dsys_timerfd.c378 .fo_stat = timerfd_stat,
H A Dtty_pts.c611 .fo_stat = ptsdev_stat,
H A Dsys_procdesc.c109 .fo_stat = procdesc_stat,
H A Dsys_pipe.c163 .fo_stat = pipe_stat,
1597 return (vnops.fo_stat(fp, ub, active_cred)); in pipe_stat()
H A Dsys_socket.c107 .fo_stat = soo_stat,
/freebsd/sys/dev/ntsync/
H A Dntsync.c512 .fo_stat = ntsync_sem_stat,
820 .fo_stat = ntsync_mutex_stat,
1109 .fo_stat = ntsync_event_stat,

12