OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_ino
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/lib/libsa/
ls.c
167
uint32_t
e_ino
;
member in struct:lsentry
187
n->
e_ino
= ino;
208
printf("%d: %s (%s)\n", n->
e_ino
, n->e_name, n->e_type);
/src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c
77
ino_t
e_ino
;
member in struct:entry_t
208
n->
e_ino
= dp->d_ino;
224
n->
e_ino
, n->e_name, typestr[n->e_type]);
/src/sbin/restore/
symtab.c
91
if (ep->
e_ino
== inum)
107
np->
e_ino
= inum;
112
if (np->
e_ino
== inum)
130
if (next->
e_ino
== inum) {
131
next->
e_ino
= 0;
258
np->
e_ino
= inum;
286
if (ep->
e_ino
!= 0) {
287
np = lookupino(ep->
e_ino
);
291
inum = ep->
e_ino
;
restore.h
93
ino_t
e_ino
; /* inode number in previous file sys */
member in struct:entry
utilities.c
113
for (np = lookupino(ep->
e_ino
);
119
(uintmax_t)ep->
e_ino
);
322
fprintf(stderr, "inode number: %ld\n", (long)ep->
e_ino
);
restore.c
165
mydirino = ep->e_parent->
e_ino
;
190
deleteino(ep->
e_ino
);
236
ip = lookupino(np->
e_ino
);
436
deleteino(ip->
e_ino
);
interactive.c
171
treescan(name, np->
e_ino
, deletefile);
Completed in 14 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025