Home
last modified time | relevance | path

Searched refs:mountptr (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libprocstat/
H A Dzfs.c57 struct mount mount, *mountptr; in zfs_filestat() local
95 mountptr = getvnodemount(vp); in zfs_filestat()
96 if (!kvm_read_all(kd, (unsigned long)mountptr, &mount, sizeof(mount))) { in zfs_filestat()
97 warnx("can't read mount at %p", (void *)mountptr); in zfs_filestat()