Searched refs:pinned_root (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/loadpin/
H A Dloadpin.c49 static struct super_block *pinned_root; variable in typeref:struct:super_block
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) ||
[all...]

Completed in 124 milliseconds