Searched refs:MOUNT_MFS (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/kern/ |
H A D | vfs_init.c | 60 { &mfs_vfsops, MOUNT_MFS, 3, 0, MNT_LOCAL,
|
/openbsd/sbin/newfs/ |
H A D | newfs.c | 564 if (mount(MOUNT_MFS, tmpnode, tmpflags, &args) == -1) in main() 567 if (mount(MOUNT_MFS, node, mntflags, &args) == -1) in main()
|
/openbsd/sys/sys/ |
H A D | mount.h | 318 #define MOUNT_MFS "mfs" /* Memory Filesystem */ macro
|
/openbsd/usr.sbin/pstat/ |
H A D | pstat.c | 392 !strncmp(mp->mnt_stat.f_fstypename, MOUNT_MFS, MFSNAMELEN)) { in vnodemode() 412 !strncmp(mp->mnt_stat.f_fstypename, MOUNT_MFS, MFSNAMELEN)) { in vnodemode()
|
/openbsd/usr.sbin/quot/ |
H A D | quot.c | 614 !strcmp(mp->f_fstypename, MOUNT_MFS) || in main()
|
/openbsd/sbin/mount/ |
H A D | mount.c | 570 } else if (strcmp(sf->f_fstypename, MOUNT_MFS) == 0) { in prmount()
|
/openbsd/sbin/mountd/ |
H A D | mountd.c | 1114 if (!strncmp(fsp->f_fstypename, MOUNT_MFS, MFSNAMELEN) || in get_exportlist()
|