Home
last modified time | relevance | path

Searched refs:fs_ops (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/stand/libsa/
H A Dstand.h100 struct fs_ops { struct
119 extern struct fs_ops ufs_fsops; argument
120 extern struct fs_ops tftp_fsops;
121 extern struct fs_ops nfs_fsops;
122 extern struct fs_ops cd9660_fsops;
123 extern struct fs_ops gzipfs_fsops;
124 extern struct fs_ops bzipfs_fsops;
125 extern struct fs_ops dosfs_fsops;
126 extern struct fs_ops ext2fs_fsops;
127 extern struct fs_ops splitfs_fsops;
[all …]
H A Dmount.c41 const struct fs_ops *mnt_fs;
60 add_mnt_info(struct fs_ops *fs, const char *dev, const char *path, void *data) in add_mnt_info()
105 struct fs_ops *fs; in mount()
H A Dopen.c63 struct fs_ops *exclusive_file_system;
138 struct fs_ops *fs; in open()
H A Dpkgfs.c48 struct fs_ops pkgfs_fsops = {
160 pkgfs_init(const char *pkgname, struct fs_ops *proto) in pkgfs_init()
H A Dsplitfs.c51 struct fs_ops splitfs_fsops = {
H A Dbzipfs.c69 struct fs_ops bzipfs_fsops = {
H A Dgzipfs.c51 struct fs_ops gzipfs_fsops = {
H A Dcd9660.c82 struct fs_ops cd9660_fsops = {
H A Dtftp.c74 struct fs_ops tftp_fsops = {
H A Dnfs.c132 struct fs_ops nfs_fsops = {
/freebsd/stand/kboot/kboot/
H A Dconf.c64 extern struct fs_ops hostfs_fsops;
66 struct fs_ops *file_system[] = {
H A Dhostfs.c217 struct fs_ops hostfs_fsops = {
/freebsd/stand/common/
H A Dinstall.c41 extern int pkgfs_init(const char *, struct fs_ops *);
191 struct fs_ops *proto; in install()
245 extern struct fs_ops host_fsops; in install()
/freebsd/stand/uboot/arch/arm/
H A Dconf.c49 struct fs_ops *file_system[] = {
/freebsd/stand/libsa/zfs/
H A Dlibzfs.h67 extern struct fs_ops zfs_fsops;
/freebsd/stand/uboot/arch/powerpc/
H A Dconf.c58 struct fs_ops *file_system[] = {
/freebsd/stand/userboot/userboot/
H A Dconf.c64 struct fs_ops *file_system[] = {
H A Dlibuserboot.h45 extern struct fs_ops host_fsops;
H A Dhost.c154 struct fs_ops host_fsops = {
/freebsd/stand/powerpc/ofw/
H A Dconf.c59 struct fs_ops *file_system[] = {
/freebsd/stand/efi/loader/
H A Dconf.c57 struct fs_ops *file_system[] = {
/freebsd/stand/i386/loader/
H A Dconf.c62 struct fs_ops *file_system[] = {
/freebsd/stand/i386/libi386/
H A Dlibi386.h94 extern struct fs_ops pxe_fsops;
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c145 struct fs_ops *file_system[] = {
/freebsd/stand/efi/libefi/
H A Defihttp.c95 struct fs_ops efihttp_fsops = {

12