Searched defs:opts (Results 1 - 2 of 2) sorted by path

/include/linux/
H A Dsecurity.h171 static inline void security_init_mnt_opts(struct security_mnt_opts *opts) argument
173 opts->mnt_opts = NULL;
174 opts->mnt_opts_flags = NULL;
175 opts->num_mnt_opts = 0;
178 static inline void security_free_mnt_opts(struct security_mnt_opts *opts) argument
181 if (opts->mnt_opts)
182 for (i = 0; i < opts->num_mnt_opts; i++)
183 kfree(opts->mnt_opts[i]);
184 kfree(opts->mnt_opts);
185 opts
1921 security_init_mnt_opts(struct security_mnt_opts *opts) argument
1925 security_free_mnt_opts(struct security_mnt_opts *opts) argument
2100 security_sb_set_mnt_opts(struct super_block *sb, struct security_mnt_opts *opts, unsigned long kern_flags, unsigned long *set_kern_flags) argument
2114 security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) argument
[all...]
/include/uapi/linux/netfilter_ipv6/
H A Dip6t_opts.h12 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts

Completed in 75 milliseconds