Class: Ext4::ExAttribName

Inherits:
Object
  • Object
show all
Defined in:
lib/fs/ext4/ex_attrib_name.rb

Overview

Here follows the value name in ASCII.

Constant Summary collapse

AT_USER =

User space attribute.

1
AT_POSIX_ACL =

POSIX ACL.

2
AT_POSIX_ACL_DEF =

POSIX ACL default (directories only).

3
AT_TRUSTED =

Trusted space attribute.

4
AT_LUSTRE =

Not currently used.

5
AT_SECURITY =

Security space attribute.

6