Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsadmin/
H A Dcfsadmin.c589 struct cache_label clabel_orig; in update_cachelabel() local
611 xx = cachefs_label_file_get(path, &clabel_orig); in update_cachelabel()
616 xx = cachefs_label_file_vcheck(path, &clabel_orig); in update_cachelabel()
623 xx = cachefs_convert_cl2uv(&clabel_orig, &uv_orig, dirp); in update_cachelabel()
664 if (clabel_orig.cl_maxinodes > clabel_new.cl_maxinodes) { in update_cachelabel()
688 if (clabel_orig.cl_maxinodes != clabel_new.cl_maxinodes) { in update_cachelabel()
689 xx = resource_file_grow(dirp, clabel_orig.cl_maxinodes, in update_cachelabel()