Searched refs:fstypes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/usr.sbin/fstyp/ |
| H A D | fstyp.c | 65 } fstypes[] = { variable 209 for (i = 0; i < (int)nitems(fstypes); i++) { in main() 212 if (fstypes[i].precache_encoding == NULL) in main() 214 cd = iconv_open("", fstypes[i].precache_encoding); in main() 216 err(1, "%s: iconv_open %s", fstypes[i].name, in main() 217 fstypes[i].precache_encoding); in main() 237 if (show_unmountable == false && fstypes[i].unmountable == true) in main() 239 fstyp_f = fstypes[i].function; in main() 248 if (fstypes[i].name == NULL) { in main() 263 printf("%s %s\n", fstypes[i].name, strvised); in main() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libshare/ |
| H A D | libshare.c | 48 static sa_fstype_t *fstypes; variable 66 fstype->next = fstypes; in register_fstype() 67 fstypes = fstype; in register_fstype() 91 fstype = fstypes; in sa_enable_share() 125 fstype = fstypes; in sa_disable_share() 154 fstype = fstypes; in sa_is_shared() 168 sa_fstype_t *fstype = fstypes; in sa_commit_shares() 303 fstype = fstypes; in sa_validate_shareopts() 356 fstype = fstypes; in free_share()
|
| /freebsd-13.1/usr.sbin/makefs/ |
| H A D | makefs.c | 72 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-13.1/contrib/netbsd-tests/fs/ |
| H A D | h_funcs.subr | 60 set -- $(sysctl -n vfs.generic.fstypes)
|
| /freebsd-13.1/lib/libprocstat/ |
| H A D | libprocstat.c | 1277 } fstypes[] = { in procstat_get_vnode_info_kvm() local 1289 #define NTYPES (sizeof(fstypes) / sizeof(*fstypes)) in procstat_get_vnode_info_kvm() 1323 if (!strcmp(fstypes[i].tag, tagstr)) { in procstat_get_vnode_info_kvm() 1324 if (fstypes[i].handler(kd, &vnode, vn) != 0) { in procstat_get_vnode_info_kvm()
|