Searched refs:fstypes (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.sbin/fstyp/
H A Dfstyp.c62 } fstypes[] = { variable in typeref:struct:__anon993
206 for (i = 0; i < (int)nitems(fstypes); i++) {
209 if (fstypes[i].precache_encoding == NULL)
211 cd = iconv_open("", fstypes[i].precache_encoding);
213 err(1, "%s: iconv_open %s", fstypes[i].name,
214 fstypes[i].precache_encoding);
234 if (show_unmountable == false && fstypes[i].unmountable == true)
236 fstyp_f = fstypes[i].function;
245 if (fstypes[i].name == NULL) {
260 printf("%s %s\n", fstypes[
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libshare/
H A Dlibshare.c58 static const sa_fstype_t *fstypes[SA_PROTOCOL_COUNT] = variable
69 return (fstypes[protocol]->enable_share(&args));
78 return (fstypes[protocol]->disable_share(&args));
87 return (fstypes[protocol]->is_shared(&args));
96 fstypes[protocol]->commit_shares();
105 if (fstypes[protocol]->truncate_shares != NULL)
106 fstypes[protocol]->truncate_shares();
114 return (fstypes[protocol]->validate_shareopts(options));
/freebsd-current/contrib/netbsd-tests/fs/
H A Dh_funcs.subr60 set -- $(sysctl -n vfs.generic.fstypes)
/freebsd-current/usr.sbin/makefs/
H A Dmakefs.c69 static fstype_t fstypes[] = { variable
437 for (i = 0; fstypes[i].type != NULL; i++)
438 if (strcmp(fstypes[i].type, type) == 0)
439 return (&fstypes[i]);
/freebsd-current/lib/libprocstat/
H A Dlibprocstat.c1269 } fstypes[] = { local
1281 #define NTYPES (sizeof(fstypes) / sizeof(*fstypes))
1315 if (!strcmp(fstypes[i].tag, tagstr)) {
1316 if (fstypes[i].handler(kd, &vnode, vn) != 0) {

Completed in 173 milliseconds