kernel/fs/btrfs/props.h
.. .. @@ -10,11 +10,10 @@ 10 10 11 11 void __init btrfs_props_init(void); 12 12 13 -int btrfs_set_prop(struct inode *inode,14 - const char *name,15 - const char *value,16 - size_t value_len,13 +int btrfs_set_prop(struct btrfs_trans_handle *trans, struct inode *inode,14 + const char *name, const char *value, size_t value_len,17 15 int flags); 16 +int btrfs_validate_prop(const char *name, const char *value, size_t value_len);18 17 19 18 int btrfs_load_inode_props(struct inode *inode, struct btrfs_path *path); 20 19