XATTR_NAME_MAX

Constant XATTR_NAME_MAX 

Source
const XATTR_NAME_MAX: usize = 255;
Expand description

https://github.com/torvalds/linux/blob/47ac09b91befbb6a235ab620c32af719f8208399/include/uapi/linux/limits.h#L15 This isn’t exposed in libc/rustix, and in any case we should be conservative…if this ever gets bumped it’d be a hazard.