.. | .. |
---|
12 | 12 | |
---|
13 | 13 | int btrfs_getxattr(struct inode *inode, const char *name, |
---|
14 | 14 | void *buffer, size_t size); |
---|
15 | | -int btrfs_setxattr(struct btrfs_trans_handle *trans, |
---|
16 | | - struct inode *inode, const char *name, |
---|
17 | | - const void *value, size_t size, int flags); |
---|
| 15 | +int btrfs_setxattr(struct btrfs_trans_handle *trans, struct inode *inode, |
---|
| 16 | + const char *name, const void *value, size_t size, int flags); |
---|
| 17 | +int btrfs_setxattr_trans(struct inode *inode, const char *name, |
---|
| 18 | + const void *value, size_t size, int flags); |
---|
18 | 19 | ssize_t btrfs_listxattr(struct dentry *dentry, char *buffer, size_t size); |
---|
19 | 20 | |
---|
20 | 21 | int btrfs_xattr_security_init(struct btrfs_trans_handle *trans, |
---|