30 #ifndef EA_FILESYSTEM_HPP
31 #define EA_FILESYSTEM_HPP
33 #include "../my_config.h"
the class ea_attributs manages the set of EA that can be associated to an inode
the generic class, parent of all masks
contains a set of routines to manage EA values associated to a file
void ea_filesystem_clear_ea(const std::string &name, const mask &filter)
remove all EA of a given file that match a given mask
bool ea_filesystem_write_ea(const std::string &chemin, const ea_attributs &val, const mask &filter)
overwrite some attribute to a given file's attribute list
ea_attributs * ea_filesystem_read_ea(const std::string &chemin, const mask &filter)
read EA associated to a given file
bool ea_filesystem_has_ea(const std::string &name)
test the presence of EA for a given file
here lies a collection of mask classes
libdar namespace encapsulate all libdar symbols