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

/illumos-gate/usr/src/cmd/filesync/
H A Danal.c43 * prune_file . (static) recursive descent and actual pruning
78 static int prune_file(struct file *fp);
225 * prune_file
236 prune_file(struct file *fp) function
250 prunes += prune_file(cp);
264 * This routine just calls prune_file on the top of each base tree.
274 prunes += prune_file(fp);

Completed in 58 milliseconds