Symbol: fs_ops
sys/arch/alpha/stand/boot/filesystem.c
42
struct fs_ops file_system[] = {
sys/arch/alpha/stand/boot/filesystem.c
51
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
sys/arch/alpha/stand/nboot/conf.c
50
struct fs_ops file_system[] = {
sys/arch/alpha/stand/netboot/conf.c
11
struct fs_ops file_system[] = {
sys/arch/amd64/stand/boot/conf.c
65
struct fs_ops file_system[] = {
sys/arch/amd64/stand/cdboot/conf.c
65
struct fs_ops file_system[] = {
sys/arch/amd64/stand/efiboot/conf.c
66
struct fs_ops file_system[] = {
sys/arch/amd64/stand/efiboot/efipxe.c
116
struct fs_ops tftp_fs = {
sys/arch/amd64/stand/pxeboot/conf.c
77
struct fs_ops file_system[] = {
sys/arch/arm64/stand/efiboot/conf.c
53
struct fs_ops file_system[] = {
sys/arch/armv7/stand/efiboot/conf.c
48
struct fs_ops file_system[] = {
sys/arch/hppa/stand/boot/conf.c
39
struct fs_ops file_system[] = {
sys/arch/hppa/stand/cdboot/cdboot.c
47
struct fs_ops file_system[] = {
sys/arch/i386/stand/boot/conf.c
67
struct fs_ops file_system[] = {
sys/arch/i386/stand/cdboot/conf.c
66
struct fs_ops file_system[] = {
sys/arch/i386/stand/pxeboot/conf.c
79
struct fs_ops file_system[] = {
sys/arch/landisk/stand/boot/conf.c
31
struct fs_ops file_system[] = {
sys/arch/landisk/stand/xxboot/boot1.c
53
struct fs_ops file_system[] = {
sys/arch/loongson/stand/boot/conf.c
62
struct fs_ops file_system[] = {
sys/arch/luna88k/stand/boot/conf.c
104
struct fs_ops file_system_disk[] = {
sys/arch/luna88k/stand/boot/conf.c
111
struct fs_ops file_system_nfs[] = { FS_OPS(nfs) };
sys/arch/luna88k/stand/boot/conf.c
115
struct fs_ops file_system[MAX_NFSYS];
sys/arch/luna88k/stand/boot/samachdep.h
66
extern struct fs_ops file_system_disk[];
sys/arch/luna88k/stand/boot/samachdep.h
68
extern struct fs_ops file_system_nfs[];
sys/arch/macppc/stand/ofdev.c
142
static struct fs_ops file_system_ufs = {
sys/arch/macppc/stand/ofdev.c
146
static struct fs_ops file_system_ufs2 = {
sys/arch/macppc/stand/ofdev.c
150
static struct fs_ops file_system_cd9660 = {
sys/arch/macppc/stand/ofdev.c
154
static struct fs_ops file_system_hfs = {
sys/arch/macppc/stand/ofdev.c
158
static struct fs_ops file_system_nfs = {
sys/arch/macppc/stand/ofdev.c
163
struct fs_ops file_system[4];
sys/arch/riscv64/stand/efiboot/conf.c
52
struct fs_ops file_system[] = {
sys/arch/sparc64/stand/ofwboot/ofdev.c
199
static struct fs_ops file_system_ufs = {
sys/arch/sparc64/stand/ofwboot/ofdev.c
203
static struct fs_ops file_system_ufs2 = {
sys/arch/sparc64/stand/ofwboot/ofdev.c
209
static struct fs_ops file_system_cd9660 = {
sys/arch/sparc64/stand/ofwboot/ofdev.c
215
static struct fs_ops file_system_nfs = {
sys/arch/sparc64/stand/ofwboot/ofdev.c
221
struct fs_ops file_system[4];
sys/lib/libsa/stand.h
101
struct fs_ops *f_ops; /* pointer to file system operations */
sys/lib/libsa/stand.h
73
extern struct fs_ops file_system[];
usr.sbin/amd/amd/restart.c
112
} else if (fs_ops->ffserver == find_nfs_srvr) {
usr.sbin/amd/amd/restart.c
128
mf = find_mntfs(fs_ops, &mo, me->mnt_dir,
usr.sbin/amd/amd/restart.c
138
if (fs_ops == &sfs_ops || fs_ops == &ufs_ops)
usr.sbin/amd/amd/restart.c
140
if (fs_ops->fs_init) {
usr.sbin/amd/amd/restart.c
146
(void) (*fs_ops->fs_init)(mf);
usr.sbin/amd/amd/restart.c
150
me->mnt_fsname, fs_ops->fs_type, me->mnt_dir);
usr.sbin/amd/amd/restart.c
63
am_ops *fs_ops = 0;
usr.sbin/amd/amd/restart.c
68
fs_ops = &ufs_ops;
usr.sbin/amd/amd/restart.c
77
fs_ops = &sfs_ops;
usr.sbin/amd/amd/restart.c
79
fs_ops = &nfs_ops;
usr.sbin/amd/amd/restart.c
85
fs_ops = &sfs_ops;
usr.sbin/amd/amd/restart.c
91
fs_ops = &sfs_ops;
usr.sbin/amd/amd/restart.c
97
if (fs_ops) {