libprocstat.c (a42ac676f5979f067e7073427876c5e6afff80bd) libprocstat.c (2e564269d0af3703815a10effe03c1f1773c9a46)
1/*-
2 * Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org>
3 * Copyright (c) 1988, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 959 unchanged lines hidden (view full) ---

968 const char *tag;
969 int (*handler)(kvm_t *kd, struct vnode *vp,
970 struct vnstat *vn);
971 } fstypes[] = {
972 FSTYPE(devfs),
973 FSTYPE(isofs),
974 FSTYPE(msdosfs),
975 FSTYPE(nfs),
1/*-
2 * Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org>
3 * Copyright (c) 1988, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 959 unchanged lines hidden (view full) ---

968 const char *tag;
969 int (*handler)(kvm_t *kd, struct vnode *vp,
970 struct vnstat *vn);
971 } fstypes[] = {
972 FSTYPE(devfs),
973 FSTYPE(isofs),
974 FSTYPE(msdosfs),
975 FSTYPE(nfs),
976 FSTYPE(smbfs),
977 FSTYPE(udf),
978 FSTYPE(ufs),
979#ifdef LIBPROCSTAT_ZFS
980 FSTYPE(zfs),
981#endif
982 };
983#define NTYPES (sizeof(fstypes) / sizeof(*fstypes))
984 struct vnode vnode;

--- 421 unchanged lines hidden ---
976 FSTYPE(udf),
977 FSTYPE(ufs),
978#ifdef LIBPROCSTAT_ZFS
979 FSTYPE(zfs),
980#endif
981 };
982#define NTYPES (sizeof(fstypes) / sizeof(*fstypes))
983 struct vnode vnode;

--- 421 unchanged lines hidden ---