]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcache/xattr.h
Delete more unused shim code, update bcache code
[bcachefs-tools-debian] / libbcache / xattr.h
index 54eb920d0c391ce29be88fe3a066c074003688e2..429031a8c9e336958f037ccb983063a31045c52e 100644 (file)
@@ -5,9 +5,12 @@ extern const struct bkey_ops bch_bkey_xattr_ops;
 
 struct dentry;
 struct xattr_handler;
+struct bch_hash_info;
 
 int bch_xattr_get(struct cache_set *, struct inode *,
                  const char *, void *, size_t, int);
+int __bch_xattr_set(struct cache_set *, u64, const struct bch_hash_info *,
+                 const char *, const void *, size_t, int, int, u64 *);
 int bch_xattr_set(struct cache_set *, struct inode *,
                  const char *, const void *, size_t, int, int);
 ssize_t bch_xattr_list(struct dentry *, char *, size_t);