Home
last modified time | relevance | path

Searched refs:btrfs_read_policy_to_enum (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dsysfs.h50 int btrfs_read_policy_to_enum(const char *str, s64 *value);
H A Dsysfs.c1345 int btrfs_read_policy_to_enum(const char *str, s64 *value_ret) in btrfs_read_policy_to_enum() function
1382 if (btrfs_read_policy_to_enum(read_policy, &value) == -EINVAL) { in btrfs_read_policy_init()
1434 index = btrfs_read_policy_to_enum(buf, &value); in btrfs_read_policy_store()