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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c98 static int move_file(char *fromdir, char *file, char *todir);
234 (void) move_file(CURRENT, dirp->d_name, BACKUP);
889 move_file(char *fromdir, char *file, char *todir) function
906 (void) printf("move_file: can't read link %s\n",
935 syslog(LOG_ERR, "move_file: unlink of %s, error %m", from);

Completed in 60 milliseconds