Home
last modified time | relevance | path

Searched refs:i_backfstype (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.h46 char i_backfstype[MAXNAMELEN]; /* back file system type */ member
H A Dcfsd_fscache.c247 fscache_object_p->i_backfstype[0] = '\0'; in fscache_setup()
328 strlcpy(fscache_object_p->i_backfstype, value, in fscache_setup()
329 sizeof (fscache_object_p->i_backfstype)); in fscache_setup()
H A Dcfsd_svc.c478 outp->cms_backfstype = subr_strdup(fscache_object_p->i_backfstype); in cachefsd_mount_stat_1_svc()