Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c397 treescan(name, ROOTINO, nodeupdates); in main()
398 attrscan(1, nodeupdates); in main()
412 treescan(name, ROOTINO, nodeupdates); in main()
413 attrscan(1, nodeupdates); in main()
H A Drestore.h216 extern long nodeupdates(char *, ino_t, int);
280 extern long nodeupdates();
H A Drestore.c176 nodeupdates(char *name, ino_t ino, int type) in nodeupdates() function