Lines Matching refs:tmpl
66 other_variants(const struct statvfs *tmpl, const int *minfree, int minfreecnt, in other_variants() argument
76 *sf = *tmpl; in other_variants()
93 static const struct statvfs tmpl = { in setup_filer() local
112 *getnewstatvfs() = tmpl; in setup_filer()
113 other_variants(&tmpl, minfree, sizeof(minfree) / sizeof(minfree[0]), in setup_filer()
124 static const struct statvfs tmpl = { in setup_ld0g() local
145 *getnewstatvfs() = tmpl; in setup_ld0g()
146 other_variants(&tmpl, minfree, sizeof(minfree) / sizeof(minfree[0]), in setup_ld0g()
156 static const struct statvfs tmpl = { in setup_strpct() local
175 *getnewstatvfs() = tmpl; in setup_strpct()
185 static const struct statvfs tmpl = { in setup_pr23600() local
204 *getnewstatvfs() = tmpl; in setup_pr23600()