Searched refs:fstypes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.sbin/fstyp/ |
| H A D | fstyp.c | 63 } fstypes[] = { variable 207 for (i = 0; i < (int)nitems(fstypes); i++) { in main() 210 if (fstypes[i].precache_encoding == NULL) in main() 212 cd = iconv_open("", fstypes[i].precache_encoding); in main() 214 err(1, "%s: iconv_open %s", fstypes[i].name, in main() 215 fstypes[i].precache_encoding); in main() 235 if (show_unmountable == false && fstypes[i].unmountable == true) in main() 237 fstyp_f = fstypes[i].function; in main() 246 if (fstypes[i].name == NULL) { in main() 261 printf("%s %s\n", fstypes[i].name, strvised); in main() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libshare/ |
| H A D | libshare.c | 58 static const sa_fstype_t *fstypes[SA_PROTOCOL_COUNT] = variable 69 return (fstypes[protocol]->enable_share(&args)); in sa_enable_share() 78 return (fstypes[protocol]->disable_share(&args)); in sa_disable_share() 87 return (fstypes[protocol]->is_shared(&args)); in sa_is_shared() 96 fstypes[protocol]->commit_shares(); in sa_commit_shares() 105 if (fstypes[protocol]->truncate_shares != NULL) in sa_truncate_shares() 106 fstypes[protocol]->truncate_shares(); in sa_truncate_shares() 114 return (fstypes[protocol]->validate_shareopts(options)); in sa_validate_shareopts()
|
| /freebsd-14.2/usr.sbin/makefs/ |
| H A D | makefs.c | 70 static fstype_t fstypes[] = { variable 438 for (i = 0; fstypes[i].type != NULL; i++) in get_fstype() 439 if (strcmp(fstypes[i].type, type) == 0) in get_fstype() 440 return (&fstypes[i]); in get_fstype()
|
| /freebsd-14.2/contrib/netbsd-tests/fs/ |
| H A D | h_funcs.subr | 60 set -- $(sysctl -n vfs.generic.fstypes)
|
| /freebsd-14.2/lib/libprocstat/ |
| H A D | libprocstat.c | 1272 } fstypes[] = { in procstat_get_vnode_info_kvm() local 1284 #define NTYPES (sizeof(fstypes) / sizeof(*fstypes)) in procstat_get_vnode_info_kvm() 1318 if (!strcmp(fstypes[i].tag, tagstr)) { in procstat_get_vnode_info_kvm() 1319 if (fstypes[i].handler(kd, &vnode, vn) != 0) { in procstat_get_vnode_info_kvm()
|