Searched refs:MOUNT_FFS (Results 1 – 13 of 13) sorted by relevance
/openbsd/sys/arch/octeon/stand/rdboot/ |
H A D | disk.c | 124 if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1) in disk_proberoot() 183 if (mount(MOUNT_FFS, "/mnt", MNT_NOATIME, &ffs_args) == -1) { in disk_open() 184 if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1) { in disk_open()
|
/openbsd/sys/arch/powerpc64/stand/rdboot/ |
H A D | disk.c | 139 if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1) in disk_proberoot() 198 if (mount(MOUNT_FFS, "/mnt", MNT_NOATIME, &ffs_args) == -1) { in disk_open() 199 if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1) { in disk_open()
|
/openbsd/sbin/mount_ffs/ |
H A D | mount_ffs.c | 98 if (mount(MOUNT_FFS, fs_name, mntflags, &args) == -1) { in main()
|
/openbsd/usr.sbin/amd/amd/ |
H A D | ufs_ops.c | 81 const char *type = MOUNT_FFS; in mount_ufs()
|
/openbsd/sys/kern/ |
H A D | vfs_init.c | 55 { &ffs_vfsops, MOUNT_FFS, 1, 0, MNT_LOCAL | MNT_SWAPPABLE,
|
/openbsd/sys/sys/ |
H A D | mount.h | 315 #define MOUNT_FFS "ffs" /* UNIX "Fast" Filesystem */ macro 316 #define MOUNT_UFS MOUNT_FFS /* for compatibility */
|
/openbsd/usr.sbin/quot/ |
H A D | quot.c | 585 if (strcmp(mp->f_fstypename, MOUNT_FFS) == 0 || in main() 613 if ((!strcmp(mp->f_fstypename, MOUNT_FFS) || in main()
|
/openbsd/sbin/fsck_ffs/ |
H A D | main.c | 383 ret = mount(MOUNT_FFS, "/", flags, &args); in checkfilesys()
|
/openbsd/usr.sbin/pstat/ |
H A D | pstat.c | 391 if (!strncmp(mp->mnt_stat.f_fstypename, MOUNT_FFS, MFSNAMELEN) || in vnodemode() 411 if (!strncmp(mp->mnt_stat.f_fstypename, MOUNT_FFS, MFSNAMELEN) || in vnodemode()
|
/openbsd/sys/arch/alpha/stand/ |
H A D | installboot.c | 367 if (strncmp(statfsbuf.f_fstypename, MOUNT_FFS, MFSNAMELEN)) in loadblocknums()
|
/openbsd/sbin/newfs/ |
H A D | newfs.c | 771 ret = mount(MOUNT_FFS, mountpoint, MNT_RDONLY, &mount_args); in copy()
|
/openbsd/sbin/mountd/ |
H A D | mountd.c | 1115 !strncmp(fsp->f_fstypename, MOUNT_FFS, MFSNAMELEN) || in get_exportlist()
|
/openbsd/sbin/sysctl/ |
H A D | sysctl.c | 1315 if (!strcmp(vfc.vfc_name, MOUNT_FFS)) { in vfsinit()
|