Searched refs:cfs_mnt_filename (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_fscache.c | 216 char cfs_mnt_filename[MAXPATHLEN]; in fscache_setup() local 251 snprintf(cfs_mnt_filename, sizeof (cfs_mnt_filename), "%s/%s/%s", in fscache_setup() 256 fin = fopen(cfs_mnt_filename, "r"); in fscache_setup() 258 dbug_print(("err", "could not open %s, %d", cfs_mnt_filename, in fscache_setup() 265 dbug_print(("err", "could not stat %s, %d", cfs_mnt_filename, in fscache_setup() 269 cfs_mnt_filename, errno)); in fscache_setup() 281 " of file %s", cfs_mnt_filename)); in fscache_setup() 284 cfs_mnt_filename, errno)); in fscache_setup() 300 " of file %s", cfs_mnt_filename)); in fscache_setup() 304 cfs_mnt_filename, errno)); in fscache_setup() [all …]
|