Searched defs:inode_list (Results 1 - 3 of 3) sorted by relevance

/external/toybox/toys/posix/
H A Ddu.c86 struct inode_list { struct
87 struct inode_list *next;
/external/e2fsprogs/e2fsck/
H A Dpass1b.c69 struct inode_el *inode_list; member in struct:dup_cluster
136 db->inode_list = 0;
142 ino_el->next = db->inode_list;
143 db->inode_list = ino_el;
199 for (p = dc->inode_list; p; p = next) {
537 for (r = q->inode_list; r; r = r->next) {
933 for (ino_el = dc->inode_list; ino_el; ino_el = ino_el->next) {
/external/toybox/toys/pending/
H A Dtar.c75 struct inode_list { struct
76 struct inode_list *next;
106 static struct inode_list *seen_inode(void **list, struct stat *st, char *name)
110 struct inode_list *new;
167 struct inode_list *node;

Completed in 148 milliseconds