Searched refs:fo_stat (Results 1 – 25 of 33) sorted by relevance
12
/freebsd/stand/libsa/ |
H A D | fstat.c | 51 errno = (f->f_ops->fo_stat)(f, sb); in fstat()
|
H A D | splitfs.c | 58 .fo_stat = splitfs_stat,
|
H A D | gzipfs.c | 58 .fo_stat = zf_stat,
|
H A D | bzipfs.c | 76 .fo_stat = bzf_stat,
|
H A D | stand.h | 114 int (*fo_stat)(struct open_file *f, struct stat *sb); member
|
H A D | cd9660.c | 89 .fo_stat = cd9660_stat,
|
H A D | pkgfs.c | 55 .fo_stat = pkg_stat,
|
H A D | tftp.c | 81 .fo_stat = tftp_stat,
|
H A D | nfs.c | 139 .fo_stat = nfs_stat,
|
H A D | ufs.c | 101 .fo_stat = ufs_stat,
|
H A D | ext2fs.c | 114 .fo_stat = ext2fs_stat,
|
/freebsd/sys/sys/ |
H A D | file.h | 146 fo_stat_t *fo_stat; member 336 static __inline fo_stat_t fo_stat; variable 383 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in fo_stat() function 386 return ((*fp->f_ops->fo_stat)(fp, sb, active_cred)); in fo_stat()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_file_os.c | 247 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 D | host.c | 161 .fo_stat = host_stat,
|
/freebsd/stand/kboot/kboot/ |
H A D | hostfs.c | 224 .fo_stat = hostfs_stat,
|
/freebsd/sys/kern/ |
H A D | sys_eventfd.c | 71 .fo_stat = eventfd_stat,
|
H A D | sys_procdesc.c | 106 .fo_stat = procdesc_stat,
|
H A D | sys_timerfd.c | 369 .fo_stat = timerfd_stat,
|
H A D | tty_pts.c | 607 .fo_stat = ptsdev_stat,
|
H A D | sys_pipe.c | 163 .fo_stat = pipe_stat, 1592 return (vnops.fo_stat(fp, ub, active_cred)); in pipe_stat()
|
H A D | sys_socket.c | 106 .fo_stat = soo_stat,
|
H A D | uipc_sem.c | 150 .fo_stat = ksem_stat,
|
/freebsd/sys/compat/linux/ |
H A D | linux_stats.c | 77 error = fo_stat(fp, sbp, td->td_ucred); in linux_kern_fstat()
|
/freebsd/stand/efi/libefi/ |
H A D | efihttp.c | 102 .fo_stat = efihttp_fs_stat,
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vnops.c | 1852 return (vnops.fo_stat(fp, sb, cred)); in devfs_stat_f() 2047 .fo_stat = devfs_stat_f,
|
12