]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - fs/fuse/fuse_i.h
fuse: Use generic xattr ops
[mirror_ubuntu-hirsute-kernel.git] / fs / fuse / fuse_i.h
index d98d8cc84defb45e28a40829210b5c36ac8ff2f1..6db54d0bd81be3c6faeec432f40896d03d3ee5b6 100644 (file)
@@ -902,6 +902,8 @@ int fuse_allow_current_process(struct fuse_conn *fc);
 
 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
 
+void fuse_update_ctime(struct inode *inode);
+
 int fuse_update_attributes(struct inode *inode, struct kstat *stat,
                           struct file *file, bool *refreshed);
 
@@ -966,4 +968,7 @@ void fuse_set_initialized(struct fuse_conn *fc);
 void fuse_unlock_inode(struct inode *inode);
 void fuse_lock_inode(struct inode *inode);
 
+ssize_t fuse_listxattr(struct dentry *entry, char *list, size_t size);
+extern const struct xattr_handler *fuse_xattr_handlers[];
+
 #endif /* _FS_FUSE_I_H */