//! FUSE xattr adaptation.
//!
//! xattrs are stored per-inode in a persistent B-tree rooted at
//! `inode.xattr_root` (names are raw bytes; values bounded by
//! `XATTR_SIZE_MAX`). `user.*` and `security.*` namespaces are stored
//! verbatim; the `system.posix_acl_*` namespace is reported as unsupported
//! in v1 (ACLs arrive with a later phase).
/// Whether an xattr name is storable in v1.