Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dsysfs.c2127 u8 new_thres; in qgroup_drop_subtree_thres_store() local
2130 ret = kstrtou8(buf, 10, &new_thres); in qgroup_drop_subtree_thres_store()
2134 if (new_thres > BTRFS_MAX_LEVEL) in qgroup_drop_subtree_thres_store()
2138 fs_info->qgroup_drop_subtree_thres = new_thres; in qgroup_drop_subtree_thres_store()