OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dict_next
(Results
1 - 8
of
8
) sorted by null
/external/e2fsprogs/e2fsck/
dict.h
107
extern dnode_t *
dict_next
(dict_t *, dnode_t *);
dict.c
150
*
dict_next
() successor function, verifying that the key of each node is
163
while (first && (next =
dict_next
(dict, first))) {
169
while (first && (next =
dict_next
(dict, first))) {
681
dnode_t *next =
dict_next
(dict, delete);
893
dnode_t *
dict_next
(dict_t *dict, dnode_t *curr)
function
1038
next =
dict_next
(dict, node);
1192
dnode_t *next =
dict_next
(dest, leftnode);
1203
dnode_t *next =
dict_next
(source, rightnode);
[
all
...]
pass1b.c
472
for (n = dict_first(&ino_dict); n; n =
dict_next
(&ino_dict, n)) {
/external/e2fsprogs/lib/quota/
mkquota.c
111
for (n = dict_first(dict); n; n =
dict_next
(dict, n)) {
/prebuilts/android-emulator/linux-x86_64/bin/
mkfs.ext4
tune2fs
e2fsck
fsck.ext4
Completed in 82 milliseconds