Home
last modified time | relevance | path

Searched refs:i_backpath (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.h45 char i_backpath[MAXPATHLEN]; /* back file system path */ member
H A Dcfsd_fscache.c246 fscache_object_p->i_backpath[0] = '\0'; in fscache_setup()
325 strlcpy(fscache_object_p->i_backpath, value, in fscache_setup()
326 sizeof (fscache_object_p->i_backpath)); in fscache_setup()
821 if (fscache_object_p->i_backpath[0] == '\0') { in fscache_server_alive()