OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfstype
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/mount/
mount.c
107
const char *mntfromname, *mntonname, **vfslist, *
vfstype
;
local
123
vfstype
= ffs_fstype;
150
vfstype
= optarg;
303
vfstype
= "nfs";
305
vfstype
= getfslab(mntfromname);
306
if (
vfstype
== NULL)
307
vfstype
= ffs_fstype;
310
rval = mountfs(
vfstype
, mntfromname, argv[1], init_flags,
361
mountfs(const char *
vfstype
, const char *spec, const char *name,
427
strncmp(
vfstype
, mountedtype, cmplen) == 0)
731
const char *
vfstype
;
local
[
all
...]
/src/sbin/fsck/
fsck.c
100
const char *
vfstype
= NULL;
local
151
vfstype
= optarg;
232
if (
vfstype
== NULL)
233
vfstype
= getfslab(spec);
234
type =
vfstype
;
280
const char * volatile
vfstype
= vfst;
local
286
const char *extra = getoptions(
vfstype
);
288
if (!strcmp(
vfstype
, "ufs"))
289
vfstype
= MOUNT_UFS;
301
(void) snprintf(execbase, sizeof(execbase), "fsck_%s",
vfstype
);
558
const char *
vfstype
;
local
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026