Lines Matching refs:pinned_root
48 static struct super_block *pinned_root;
119 if (!IS_ERR_OR_NULL(pinned_root) && mnt_sb == pinned_root) {
121 pinned_root = ERR_PTR(-EIO);
124 pinned_root = NULL;
160 * pinned_root is only NULL at startup or when the pinned root has
164 if (!pinned_root) {
165 pinned_root = load_root;
171 report_writable(pinned_root, load_root_writable);
176 if (IS_ERR_OR_NULL(pinned_root) ||
177 ((load_root != pinned_root) && !dm_verity_loadpin_is_bdev_trusted(load_root->s_bdev))) {