diff options
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 */ |