OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rn_dir
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rumpfs.c
201
#define
rn_dir
rn_u.dir.dents
macro
521
LIST_INIT(&rn->
rn_dir
);
585
LIST_INSERT_HEAD(&rnd->
rn_dir
, rdent, rd_entries);
593
LIST_FOREACH(rd, &rnd->
rn_dir
, rd_entries) {
775
LIST_FOREACH(rd, &rnd->
rn_dir
, rd_entries) {
1061
LIST_FOREACH(rd, &rn->
rn_dir
, rd_entries) {
1067
while ((rd = LIST_FIRST(&rn->
rn_dir
)) != NULL) {
1314
for (i = 0, rdent = LIST_FIRST(&rnd->
rn_dir
);
rumpfs.c
201
#define
rn_dir
rn_u.dir.dents
macro
521
LIST_INIT(&rn->
rn_dir
);
585
LIST_INSERT_HEAD(&rnd->
rn_dir
, rdent, rd_entries);
593
LIST_FOREACH(rd, &rnd->
rn_dir
, rd_entries) {
775
LIST_FOREACH(rd, &rnd->
rn_dir
, rd_entries) {
1061
LIST_FOREACH(rd, &rn->
rn_dir
, rd_entries) {
1067
while ((rd = LIST_FIRST(&rn->
rn_dir
)) != NULL) {
1314
for (i = 0, rdent = LIST_FIRST(&rnd->
rn_dir
);
Completed in 40 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025