Date: Fri, 18 Jun 2004 21:47:36 -0700 From: Tim Kientzle <kientzle@freebsd.org> To: hackers@freebsd.org Subject: NTFS and file flags Message-ID: <40D3C568.7030407@freebsd.org>
next in thread | raw e-mail | index | archive | help
I'm confused. I've noticed that files on ntfs mounts can provide 0x800 (IN_HASHED) or 0x8000 (IN_LOADED) in the st_flags field returned from stat(2). Why? These bits aren't documented in sys/stat.h and aren't recognized in any current utility as far as I can tell. Is there any reason they should be exposed to user space? If they do need to be exposed to user space, shouldn't they be at least documented in sys/stat.h? Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40D3C568.7030407>