Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.h73 int cachefs_label_file_get(const char *filep, struct cache_label *clabelp);
74 int cachefs_label_file_put(const char *filep, struct cache_label *clabelp);
76 int cachefs_label_file_vcheck(char *filep, struct cache_label *clabelp);
H A Dsubr.c204 cachefs_label_file_get(const char *filep, struct cache_label *clabelp) in cachefs_label_file_get() argument
244 xx = read(fd, clabelp, sizeof (struct cache_label)); in cachefs_label_file_get()
274 cachefs_label_file_put(const char *filep, struct cache_label *clabelp) in cachefs_label_file_put() argument
296 xx = write(fd, clabelp, sizeof (struct cache_label)); in cachefs_label_file_put()
319 cachefs_label_file_vcheck(char *filep, struct cache_label *clabelp) in cachefs_label_file_vcheck() argument
322 if (clabelp->cl_cfsversion != CFSVERSION) { in cachefs_label_file_vcheck()
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c93 int cache_label_file(char *cachedirp, struct cache_label *clabelp);
704 cache_label_file(char *cachedirp, struct cache_label *clabelp) in cache_label_file() argument
749 if (clabelp) in cache_label_file()
750 *clabelp = clabel2; in cache_label_file()
768 if (clabelp) in cache_label_file()
769 *clabelp = clabel1; in cache_label_file()