OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ukfs
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libp2k/
p2k.c
63
#include <rump/
ukfs
.h>
79
struct
ukfs
*p2m_ukfs;
417
struct
ukfs
*
ukfs
= NULL;
local
453
ukfs
= ukfs_mount_disk(vfsname, devpath, part,
456
ukfs
= ukfs_mount(vfsname, devpath, mountpath, mntflags,
458
if (
ukfs
== NULL)
460
ukfs_setspecific(
ukfs
, p2m);
461
p2m->p2m_ukfs =
ukfs
;
462
p2m->p2m_mp = ukfs_getmp(
ukfs
);
[
all
...]
p2k.c
63
#include <rump/
ukfs
.h>
79
struct
ukfs
*p2m_ukfs;
417
struct
ukfs
*
ukfs
= NULL;
local
453
ukfs
= ukfs_mount_disk(vfsname, devpath, part,
456
ukfs
= ukfs_mount(vfsname, devpath, mountpath, mntflags,
458
if (
ukfs
== NULL)
460
ukfs_setspecific(
ukfs
, p2m);
461
p2m->p2m_ukfs =
ukfs
;
462
p2m->p2m_mp = ukfs_getmp(
ukfs
);
[
all
...]
/src/lib/libukfs/
ukfs.c
1
/* $NetBSD:
ukfs
.c,v 1.61 2025/12/18 23:15:54 nia Exp $ */
62
#include <rump/
ukfs
.h>
72
struct
ukfs
{
struct
89
int (*mkdirfn)(struct
ukfs
*, const char *, mode_t), struct
ukfs
*);
92
ukfs_getmp(struct
ukfs
*
ukfs
)
95
return
ukfs
->ukfs_mp;
99
ukfs_setspecific(struct
ukfs
*
ukfs
, void *priv
[
all
...]
ukfs.c
1
/* $NetBSD:
ukfs
.c,v 1.61 2025/12/18 23:15:54 nia Exp $ */
62
#include <rump/
ukfs
.h>
72
struct
ukfs
{
struct
89
int (*mkdirfn)(struct
ukfs
*, const char *, mode_t), struct
ukfs
*);
92
ukfs_getmp(struct
ukfs
*
ukfs
)
95
return
ukfs
->ukfs_mp;
99
ukfs_setspecific(struct
ukfs
*
ukfs
, void *priv
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026