Searched refs:inode_list (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dfuser.c22 typedef struct inode_list { struct
25 struct inode_list *next;
26 } inode_list; typedef in typeref:struct:inode_list
113 static int fuser_add_inode(inode_list *ilist, dev_t dev, ino_t inode)
115 inode_list *curr = NULL, *last = NULL;
128 curr = xzalloc(sizeof(inode_list));
137 int port, inode_list *ilist)
173 static int fuser_search_dev_inode(int opts, inode_list *ilist,
176 inode_list *curr;
190 inode_list *ilis
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c4594 struct inode_el *inode_list; member in struct:dup_block
4659 db->inode_list = 0;
4665 ino_el->next = db->inode_list;
4666 db->inode_list = ino_el;
4714 for (p = db->inode_list; p; p = next) {
4986 for (r = q->inode_list; r; r = r->next) {
5274 for (ino_el = db->inode_list; ino_el; ino_el = ino_el->next) {

Completed in 155 milliseconds