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

/security/selinux/
H A Dhooks.c622 char **mount_options = opts->mnt_opts; local
672 rc = security_context_to_sid(mount_options[i],
673 strlen(mount_options[i]), &sid, GFP_KERNEL);
677 mount_options[i], sb->s_id, name, rc);
2575 char *secdata, **mount_options; local
2599 mount_options = opts.mnt_opts;
2608 len = strlen(mount_options[i]);
2609 rc = security_context_to_sid(mount_options[i], len, &sid,
2614 mount_options[i], sb->s_id, sb->s_type->name, rc);

Completed in 562 milliseconds