OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOUNT_UMAP
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/fs/umapfs/
t_basic.c
110
if (rump_sys_mount(
MOUNT_UMAP
, "/td2", 0, &umargs,sizeof(umargs)) == -1)
/src/sys/miscfs/umapfs/
umap_vfsops.c
40
* (See
mount_umap
(8) for a description of this layer.)
87
printf("
mount_umap
: data len %d < args %d\n",
199
tfsid.__fsid_val[1] = makefstype(
MOUNT_UMAP
);
310
.vfs_name =
MOUNT_UMAP
,
/src/sbin/mount_umap/
mount_umap.c
1
/* $NetBSD:
mount_umap
.c,v 1.27 2020/07/26 08:20:23 mlelstv Exp $ */
43
static char sccsid[] = "@(#)
mount_umap
.c 8.5 (Berkeley) 4/26/95";
45
__RCSID("$NetBSD:
mount_umap
.c,v 1.27 2020/07/26 08:20:23 mlelstv Exp $");
88
int
mount_umap
(int argc, char **argv);
95
return
mount_umap
(argc, argv);
100
mount_umap
(int argc, char *argv[])
function in typeref:typename:int
246
if (mount(
MOUNT_UMAP
, target, mntflags, &args, sizeof args) == -1)
259
"usage:
mount_umap
[-i fsid] [-o options] -g groupmap -u usermap target_fs mount_point\n");
/src/sys/sys/
mount.h
77
#define
MOUNT_UMAP
"umap" /* User/Group Identifier Remapping Filesystem */
/src/usr.sbin/pstat/
pstat.c
349
FSTYPE_IS(mp,
MOUNT_UMAP
)) {
/src/sys/compat/linux/common/
linux_misc.c
154
{
MOUNT_UMAP
, LINUX_DEFAULT_SUPER_MAGIC },
Completed in 16 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025