Home
last modified time | relevance | path

Searched refs:lc_path (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h85 char lc_path[MAXPATHLEN]; member
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c83 if ((lc->lc_path[0] == 0) && (path[0] == 0)) in stats_log_kernel_setname()
86 (void) strlcpy(lc->lc_path, path, sizeof (lc->lc_path)); in stats_log_kernel_setname()
191 rc = lc->lc_path; /* rc[0] will be '\0' if we're not logging */ in stats_log_kernel_getname()
243 fname = lc->lc_path; in stats_log_logfile_open()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c179 if (buflc->lc_path[0] == '\0') in cachefs_log_kstat_snapshot()
194 if (buflc->lc_path[0] == '\0') { in cachefs_log_kstat_snapshot()
213 if ((error = cachefs_log_logfile_open(cachep, buflc->lc_path)) != 0) { in cachefs_log_kstat_snapshot()
H A Dcachefs_subr.c403 (lc->lc_path[0] != '/') || in cachefs_cache_activate_ro()
405 lc->lc_path) != 0)) in cachefs_cache_activate_ro()