diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-19 15:56:34 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-19 17:31:47 -0800 |
commit | 5ec39af8eaba49aee7bafa44c661da39e2f40dc3 (patch) | |
tree | 1fb1a981602cbf22c7d2b2dba1168c715d7cecb5 /libbcache/xattr.h | |
parent | bb1941de5378a7b8122d3575dcbc7d0aeb6326f0 (diff) |
Rename from bcache-tools to bcachefs-tools
Diffstat (limited to 'libbcache/xattr.h')
-rw-r--r-- | libbcache/xattr.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libbcache/xattr.h b/libbcache/xattr.h deleted file mode 100644 index c48c7acf..00000000 --- a/libbcache/xattr.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _BCACHE_XATTR_H -#define _BCACHE_XATTR_H - -extern const struct bkey_ops bch_bkey_xattr_ops; - -struct dentry; -struct xattr_handler; -struct bch_hash_info; - -int bch_xattr_get(struct bch_fs *, struct inode *, - const char *, void *, size_t, int); -int __bch_xattr_set(struct bch_fs *, u64, const struct bch_hash_info *, - const char *, const void *, size_t, int, int, u64 *); -int bch_xattr_set(struct bch_fs *, struct inode *, - const char *, const void *, size_t, int, int); -ssize_t bch_xattr_list(struct dentry *, char *, size_t); - -extern const struct xattr_handler *bch_xattr_handlers[]; - -#endif /* _BCACHE_XATTR_H */ |