Struct xfs::AttributeOperations [] [src]

pub struct AttributeOperations {
    pub get: u32,
    pub set: u32,
    pub remove: u32,
    pub list: u32,
}

Fields

get

The number of "get" operations performed on extended file attributes within XFS filesystems. The "get" operation retrieves the value of an extended attribute.

set

The number of "set" operations performed on extended file attributes within XFS filesystems. The "set" operation creates and sets the value of an extended attribute.

remove

The number of "remove" operations performed on extended file attributes within XFS filesystems. The "remove" operation deletes an extended attribute.

list

The number of "list" operations performed on extended file attributes within XFS filesystems. The "list" operation retrieves the set of extended attributes associated with a file.