Home
last modified time | relevance | path

Searched refs:btrfs_validate_prop (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/fs/btrfs/
Dprops.h16 int btrfs_validate_prop(const char *name, const char *value, size_t value_len);
Dprops.c58 int btrfs_validate_prop(const char *name, const char *value, size_t value_len) in btrfs_validate_prop() function
Dxattr.c381 ret = btrfs_validate_prop(name, value, size); in btrfs_xattr_handler_set_prop()