Searched refs:dlog_path (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | dlog_ck.c | 49 char dlog_path[MAXPATHLEN]; in dlog_ck() local 69 sprintf(dlog_path, "%s/%s", dir_path, CACHEFS_DLOG_FILE); in dlog_ck() 79 err = lstat64(dlog_path, &statinfo); in dlog_ck() 90 fd = open(dlog_path, O_RDWR); in dlog_ck() 92 pr_err(gettext("can't open %s"), dlog_path); in dlog_ck() 97 pr_err(gettext("can't read %s"), dlog_path); in dlog_ck() 103 "unknown version number in %s"), dlog_path); in dlog_ck() 114 pr_err(gettext("can't lseek %s"), dlog_path); in dlog_ck() 121 pr_err(gettext("can't read %s"), dlog_path); in dlog_ck() 222 pr_err(gettext("Cannot sync %s"), dlog_path); in dlog_ck()
|