Home
last modified time | relevance | path

Searched refs:fo_close (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/sys/
H A Dfile.h147 fo_close_t *fo_close; member
337 static __inline fo_close_t fo_close; variable
390 fo_close(struct file *fp, struct thread *td) in fo_close() function
393 return ((*fp->f_ops->fo_close)(fp, td)); in fo_close()
/freebsd/stand/libsa/
H A Dclose.c79 err1 = (f->f_ops->fo_close)(f); in close()
H A Dsplitfs.c54 .fo_close = splitfs_close,
H A Dgzipfs.c54 .fo_close = zf_close,
H A Dbzipfs.c72 .fo_close = bzf_close,
H A Dstand.h108 int (*fo_close)(struct open_file *f); member
H A Dcd9660.c85 .fo_close = cd9660_close,
H A Dpkgfs.c51 .fo_close = pkg_close,
H A Dtftp.c77 .fo_close = tftp_close,
H A Dnfs.c135 .fo_close = nfs_close,
H A Dufs.c97 .fo_close = ufs_close,
H A Dext2fs.c110 .fo_close = ext2fs_close,
H A Ddosfs.c64 .fo_close = dos_close,
/freebsd/stand/userboot/userboot/
H A Dhost.c157 .fo_close = host_close,
/freebsd/stand/kboot/kboot/
H A Dhostfs.c220 .fo_close = hostfs_close,
/freebsd/sys/kern/
H A Dtty_pts.c581 return (vnops.fo_close(fp, td)); in ptsdev_close()
608 .fo_close = ptsdev_close,
H A Dsys_eventfd.c74 .fo_close = eventfd_close,
H A Dsys_procdesc.c107 .fo_close = procdesc_close,
H A Dsys_timerfd.c370 .fo_close = timerfd_close,
H A Dsys_pipe.c164 .fo_close = pipe_close,
1617 return vnops.fo_close(fp, td); in pipe_close()
H A Dsys_socket.c107 .fo_close = soo_close,
H A Duipc_sem.c151 .fo_close = ksem_closef,
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c681 tmpfs_fnops.fo_close = tmpfs_fo_close; in tmpfs_init()
/freebsd/stand/efi/libefi/
H A Defihttp.c98 .fo_close = efihttp_fs_close,
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c785 error = vnops.fo_close(fp, td); in devfs_close_f()
2048 .fo_close = devfs_close_f,

12