Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dsysfs.c2067 u8 new_thres; in qgroup_drop_subtree_thres_store() local
2070 ret = kstrtou8(buf, 10, &new_thres); in qgroup_drop_subtree_thres_store()
2074 if (new_thres > BTRFS_MAX_LEVEL) in qgroup_drop_subtree_thres_store()
2078 fs_info->qgroup_drop_subtree_thres = new_thres; in qgroup_drop_subtree_thres_store()