Home
last modified time | relevance | path

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

12

/freebsd/sys/sys/
H A Dfile.h157 fo_close_t *fo_close; member
355 static __inline fo_close_t fo_close; variable
408 fo_close(struct file *fp, struct thread *td) in fo_close() function
411 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.c55 .fo_close = splitfs_close,
H A Dgzipfs.c55 .fo_close = zf_close,
H A Dbzipfs.c73 .fo_close = bzf_close,
H A Dstand.h111 int (*fo_close)(struct open_file *f); member
H A Dcd9660.c86 .fo_close = cd9660_close,
H A Dpkgfs.c46 .fo_close = pkg_close,
H A Dtftp.c82 .fo_close = tftp_close,
H A Dufs.c98 .fo_close = ufs_close,
H A Dext2fs.c111 .fo_close = ext2fs_close,
H A Dnfs.c136 .fo_close = nfs_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.c582 return (vnops.fo_close(fp, td)); in ptsdev_close()
609 .fo_close = ptsdev_close,
H A Dsys_eventfd.c73 .fo_close = eventfd_close,
H A Dkern_jaildesc.c65 .fo_close = jaildesc_close,
H A Dsys_procdesc.c108 .fo_close = procdesc_close,
H A Dsys_timerfd.c379 .fo_close = timerfd_close,
H A Dsys_pipe.c164 .fo_close = pipe_close,
1627 return vnops.fo_close(fp, td); in pipe_close()
H A Dsys_socket.c108 .fo_close = soo_close,
/freebsd/sys/dev/ntsync/
H A Dntsync.c513 .fo_close = ntsync_sem_close,
821 .fo_close = ntsync_mutex_close,
1110 .fo_close = ntsync_event_close,
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c701 tmpfs_fnops.fo_close = tmpfs_fo_close; in tmpfs_init()
/freebsd/stand/efi/libefi/
H A Defihttp.c97 .fo_close = efihttp_fs_close,
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c799 error = vnops.fo_close(fp, td); in devfs_close_f()
2088 .fo_close = devfs_close_f,

12