Searched defs:opts (Results 1 - 3 of 3) sorted by relevance

/security/
H A Dcapability.c114 struct security_mnt_opts *opts,
119 if (unlikely(opts->num_mnt_opts))
130 static int cap_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) argument
113 cap_sb_set_mnt_opts(struct super_block *sb, struct security_mnt_opts *opts, unsigned long kern_flags, unsigned long *set_kern_flags) argument
H A Dsecurity.c317 struct security_mnt_opts *opts,
321 return security_ops->sb_set_mnt_opts(sb, opts, kern_flags,
333 int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) argument
335 return security_ops->sb_parse_opts_str(options, opts);
316 security_sb_set_mnt_opts(struct super_block *sb, struct security_mnt_opts *opts, unsigned long kern_flags, unsigned long *set_kern_flags) argument
/security/selinux/
H A Dhooks.c497 struct security_mnt_opts *opts)
505 security_init_mnt_opts(opts);
520 opts->num_mnt_opts++;
525 opts->num_mnt_opts++;
527 opts->mnt_opts = kcalloc(opts->num_mnt_opts, sizeof(char *), GFP_ATOMIC);
528 if (!opts->mnt_opts) {
533 opts->mnt_opts_flags = kcalloc(opts->num_mnt_opts, sizeof(int), GFP_ATOMIC);
534 if (!opts
496 selinux_get_mnt_opts(const struct super_block *sb, struct security_mnt_opts *opts) argument
609 selinux_set_mnt_opts(struct super_block *sb, struct security_mnt_opts *opts, unsigned long kern_flags, unsigned long *set_kern_flags) argument
921 selinux_parse_opts_str(char *options, struct security_mnt_opts *opts) argument
1048 struct security_mnt_opts opts; local
1069 selinux_write_opts(struct seq_file *m, struct security_mnt_opts *opts) argument
1117 struct security_mnt_opts opts; local
2574 struct security_mnt_opts opts; local
[all...]

Completed in 50 milliseconds