Searched refs:cache_label (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | subr.h | 73 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); 79 struct cache_label *); 85 struct cache_label *clp, const char *dirp); 86 int cachefs_convert_cl2uv(const struct cache_label *clp,
|
H A D | subr.c | 204 cachefs_label_file_get(const char *filep, struct cache_label *clabelp) in cachefs_label_file_get() 230 if (statinfo.st_size != (offset_t)sizeof (struct cache_label)) { in cachefs_label_file_get() 244 xx = read(fd, clabelp, sizeof (struct cache_label)); in cachefs_label_file_get() 245 if (xx != 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() 296 xx = write(fd, clabelp, sizeof (struct cache_label)); in cachefs_label_file_put() 297 if (xx != 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() 448 struct cache_label *clabel) in cachefs_create_cache() 1002 struct cache_label *clp, const char *dirp) in cachefs_convert_uv2cl() [all …]
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsadmin/ |
H A D | cfsadmin.c | 275 struct cache_label clabel; in main() 588 struct cache_label clabel_new; in update_cachelabel() 589 struct cache_label clabel_orig; in update_cachelabel() 789 struct cache_label clabel; in cache_stats()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | fsck.c | 93 int cache_label_file(char *cachedirp, struct cache_label *clabelp); 361 struct cache_label clabel; in cache_upgrade() 440 struct cache_label clabel; in cfs_check() 704 cache_label_file(char *cachedirp, struct cache_label *clabelp) in cache_label_file() 710 struct cache_label clabel1, clabel2; in cache_label_file()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 390 struct cache_label { struct 536 struct cache_label c_label; /* cache resource info */
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 1079 struct cache_label *lp = &fscp->fs_cache->c_label; in cachefs_statvfs()
|
H A D | cachefs_subr.c | 307 sizeof (struct cache_label), 0LL, UIO_SYSSPACE, in cachefs_cache_activate_ro()
|