Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 15:48:06 +0100
From:      Willem Jan Withagen <wjw@digiware.nl>
To:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Using fstatfs on a ZFS disk
Message-ID:  <ffcfabf1-8cf1-4182-413e-73b7117d66d7@digiware.nl>

next in thread | raw e-mail | index | archive | help
Hi,

I'm trying to find the values of the returned f_type for ZFS
in the fstatfs call when a file is on ZFS....

But I have not yet found the definitions of the ENUMS that
would fill that value... Let alone the value for ZFS.

      struct statfs {
      uint32_t f_version;             /* structure version number */
      uint32_t f_type;                /* type of filesystem */
      uint64_t f_flags;               /* copy of mount exported flags */
      ......
      }

Any hints where to look would be welcomed.

Thanx,
--WjW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ffcfabf1-8cf1-4182-413e-73b7117d66d7>