OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_nexthash
(Results
1 - 6
of
6
) sorted by relevancy
/src/sbin/fsck_lfs/
fsck.h
146
struct inoinfo *
i_nexthash
; /* next entry in hash chain */
member in struct:inoinfo
inode.c
374
inp->
i_nexthash
= *inpp;
409
for (inp = inphead[inumber % numdirs]; inp; inp = inp->
i_nexthash
) {
/src/sbin/fsck_ext2fs/
fsck.h
178
struct inoinfo *
i_nexthash
; /* next entry in hash chain */
member in struct:inoinfo
inode.c
509
inp->
i_nexthash
= *inpp;
540
for (inp = inphead[inumber % numdirs]; inp; inp = inp->
i_nexthash
) {
/src/sbin/fsck_ffs/
fsck.h
246
struct inoinfo *
i_nexthash
; /* next entry in hash chain */
member in struct:inoinfo
inode.c
506
inp->
i_nexthash
= *inpp;
541
for (inp = inphead[inumber % dirhash]; inp; inp = inp->
i_nexthash
) {
Completed in 57 milliseconds
Indexes created Sun Oct 19 18:09:56 GMT 2025