|
|
@ -24,9 +24,17 @@ _lgetxattr(const std::string &input_path_, |
|
|
|
|
|
|
|
|
key = "user.mergerfs." + key_; |
|
|
key = "user.mergerfs." + key_; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return fs::xattr::get(input_path_,key,&val_); |
|
|
return fs::xattr::get(input_path_,key,&val_); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
static |
|
|
|
|
|
std::string |
|
|
|
|
|
_mergerfs_config_file(const fs::path &mount_) |
|
|
|
|
|
{ |
|
|
|
|
|
return mount_ / ".mergerfs"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
bool |
|
|
bool |
|
|
mergerfs::api::is_mergerfs(const fs::path &mountpoint_) |
|
|
mergerfs::api::is_mergerfs(const fs::path &mountpoint_) |
|
|
{ |
|
|
{ |
|
|
|