Lines Matching refs:fsnode
61 static void apply_specdir(const char *, NODE *, fsnode *, int);
62 static void apply_specentry(const char *, NODE *, fsnode *);
63 static fsnode *create_fsnode(const char *, const char *, const char *,
75 fsnode *
76 walk_dir(const char *root, const char *dir, fsnode *parent, fsnode *join) in walk_dir()
78 fsnode *first, *cur, *prev, *last; in walk_dir()
220 static fsnode *
224 fsnode *cur; in create_fsnode()
257 free_fsnodes(fsnode *node) in free_fsnodes()
259 fsnode *cur, *next; in free_fsnodes()
307 apply_specfile(const char *specfile, const char *dir, fsnode *parent, int speconly) in apply_specfile()
341 apply_specdir(const char *dir, NODE *specnode, fsnode *dirnode, int speconly) in apply_specdir()
345 fsnode *curfsnode; in apply_specdir()
368 fsnode *next; in apply_specdir()
475 apply_specentry(const char *dir, NODE *specnode, fsnode *dirnode) in apply_specentry()
562 dump_fsnodes(fsnode *root) in dump_fsnodes()
564 fsnode *cur; in dump_fsnodes()