OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fstypename
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/gpt/
migrate.c
100
fstypename
(u_int t)
function
168
"using \"Microsoft Basic Data\"", i,
fstypename
(fstype));
215
fstypename
(dl->d_partitions[i].p_fstype));
/src/sbin/mount/
mount.c
115
const char *mountopts, *
fstypename
;
local
253
fstypename
= mntbuf->f_fstypename;
283
fstypename
= fs->fs_vfstype;
289
rval = mountfs(
fstypename
, mntfromname,
/src/sys/kern/
vfs_syscalls.c
467
char
fstypename
[sizeof(((struct statvfs *)NULL)->f_fstypename)];
local
472
error = copyinstr(fstype,
fstypename
, sizeof(
fstypename
),
475
error = copystr(fstype,
fstypename
, sizeof(
fstypename
), NULL);
490
strlcpy(
fstypename
, mountcompatnames[fsindex],
491
sizeof(
fstypename
));
495
if (strcmp(
fstypename
, "ufs") == 0)
496
fstypename
[0] = 'f';
498
if ((*vfsops = vfs_getopsbyname(
fstypename
)) != NULL
[
all
...]
vfs_mount.c
185
vfs_rootmountalloc(const char *
fstypename
, const char *devname,
194
if (!strncmp(vfsp->vfs_name,
fstypename
,
Completed in 16 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026