Home
last modified time | relevance | path

Searched refs:comp_ent (Results 1 – 1 of 1) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Daction.c1632 struct dir_ent *comp_ent; in eval_move() local
1670 comp_ent = lookup_comp(comp, dest); in eval_move()
1671 if (comp_ent == NULL || (comp_ent->inode->buf.st_mode & S_IFMT) in eval_move()
1675 dest = comp_ent->dir; in eval_move()
1689 if (comp_ent == NULL) in eval_move()
1803 struct dir_ent *comp_ent; in eval_move_actions() local
1820 comp_ent = lookup_comp(name, dest); in eval_move_actions()
1821 if(comp_ent) { in eval_move_actions()
1857 struct dir_ent *comp_ent; in move_dir() local
1864 for(comp_ent = dir->list; comp_ent; comp_ent = comp_ent->next) in move_dir()
[all …]