OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:etfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/rump_allserver/
rump_allserver.c
145
struct etfsreg *
etfs
= NULL;
local in function:main
296
etfs
= realloc(
etfs
,
297
(netfs+ALLOCCHUNK)*sizeof(*
etfs
));
298
if (
etfs
== NULL)
299
die(1, errno, "realloc
etfs
");
303
etfs
[curetfs].key = key;
304
etfs
[curetfs].hostpath = hostpath;
305
etfs
[curetfs].flen = flen;
306
etfs
[curetfs].foffset = foffset
[
all
...]
/src/sys/rump/librump/rumpvfs/
rumpfs.c
229
* When an
etfs
node is removed, a vnode potentially behind it is not
233
struct
etfs
{
struct
240
LIST_ENTRY(
etfs
) et_entries;
245
static LIST_HEAD(,
etfs
) etfs_list = LIST_HEAD_INITIALIZER(etfs_list);
305
etfs_find(const char *key, struct
etfs
**etp, bool forceprefix)
307
struct
etfs
*et;
331
struct
etfs
*et;
348
/*
etfs
directory requires a directory on the host */
425
/* remove
etfs
mapping. caller's responsibility to make sure it's not in use */
429
struct
etfs
*et
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025