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

/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c74 char *li_tmpmp; /* Temporary mount point. */ member in struct:log_info
167 if (lip->li_tmpmp != (char *)NULL) {
168 (void) rmdir(lip->li_tmpmp);
169 free(lip->li_tmpmp);
170 lip->li_tmpmp = (char *)NULL;
238 * Create a temporary directory to be used as a mount point. li_tmpmp
242 * li_tmpmp and li_tmpmp_parent should be freed by the caller.
292 lip->li_tmpmp = strdup(mountpt_dir);
296 if ((lip->li_tmpmp != NULL) && (lip->li_tmpmp_parent != NULL)) {
351 if ((fd = open((lip->li_mntpoint ? lip->li_mntpoint : lip->li_tmpmp),
[all...]

Completed in 154 milliseconds