hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/fs/btrfs/props.h
....@@ -10,11 +10,10 @@
1010
1111 void __init btrfs_props_init(void);
1212
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,
1715 int flags);
16
+int btrfs_validate_prop(const char *name, const char *value, size_t value_len);
1817
1918 int btrfs_load_inode_props(struct inode *inode, struct btrfs_path *path);
2019