Home
last modified time | relevance | path

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

12

/src/stand/libsa/
H A Dstand.h107 struct fs_ops { struct
127 extern struct fs_ops ufs_fsops; argument
128 extern struct fs_ops tftp_fsops;
129 extern struct fs_ops nfs_fsops;
130 extern struct fs_ops cd9660_fsops;
131 extern struct fs_ops gzipfs_fsops;
132 extern struct fs_ops bzipfs_fsops;
133 extern struct fs_ops dosfs_fsops;
134 extern struct fs_ops ext2fs_fsops;
135 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.c42 struct fs_ops pkgfs_fsops = {
155 pkgfs_init(const char *pkgname, struct fs_ops *proto) in pkgfs_init()
H A Dsplitfs.c51 struct fs_ops splitfs_fsops = {
H A Dgzipfs.c51 struct fs_ops gzipfs_fsops = {
H A Dbzipfs.c69 struct fs_ops bzipfs_fsops = {
H A Dcd9660.c82 struct fs_ops cd9660_fsops = {
H A Dtftp.c78 struct fs_ops tftp_fsops = {
H A Dufs.c94 struct fs_ops ufs_fsops = {
/src/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 = {
/src/stand/common/
H A Dinstall.c41 extern int pkgfs_init(const char *, struct fs_ops *);
193 struct fs_ops *proto; in install()
248 extern struct fs_ops host_fsops; in install()
/src/stand/uboot/arch/arm/
H A Dconf.c49 struct fs_ops *file_system[] = {
/src/stand/libsa/zfs/
H A Dlibzfs.h67 extern struct fs_ops zfs_fsops;
/src/stand/uboot/arch/powerpc/
H A Dconf.c58 struct fs_ops *file_system[] = {
/src/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 = {
/src/stand/powerpc/ofw/
H A Dconf.c59 struct fs_ops *file_system[] = {
/src/stand/efi/loader/
H A Dconf.c57 struct fs_ops *file_system[] = {
/src/stand/i386/loader/
H A Dconf.c62 struct fs_ops *file_system[] = {
/src/stand/i386/libi386/
H A Dlibi386.h94 extern struct fs_ops pxe_fsops;
/src/stand/i386/gptzfsboot/
H A Dzfsboot.c154 struct fs_ops *file_system[] = {
/src/stand/efi/libefi/
H A Defihttp.c94 struct fs_ops efihttp_fsops = {

12