Lines Matching refs:opts

171 static inline void security_init_mnt_opts(struct security_mnt_opts *opts)  in security_init_mnt_opts()  argument
173 opts->mnt_opts = NULL; in security_init_mnt_opts()
174 opts->mnt_opts_flags = NULL; in security_init_mnt_opts()
175 opts->num_mnt_opts = 0; in security_init_mnt_opts()
178 static inline void security_free_mnt_opts(struct security_mnt_opts *opts) in security_free_mnt_opts() argument
181 if (opts->mnt_opts) in security_free_mnt_opts()
182 for (i = 0; i < opts->num_mnt_opts; i++) in security_free_mnt_opts()
183 kfree(opts->mnt_opts[i]); in security_free_mnt_opts()
184 kfree(opts->mnt_opts); in security_free_mnt_opts()
185 opts->mnt_opts = NULL; in security_free_mnt_opts()
186 kfree(opts->mnt_opts_flags); in security_free_mnt_opts()
187 opts->mnt_opts_flags = NULL; in security_free_mnt_opts()
188 opts->num_mnt_opts = 0; in security_free_mnt_opts()
1508 struct security_mnt_opts *opts,
1513 int (*sb_parse_opts_str) (char *options, struct security_mnt_opts *opts);
1811 struct security_mnt_opts *opts,
1816 int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts);
1945 static inline void security_init_mnt_opts(struct security_mnt_opts *opts) in security_init_mnt_opts() argument
1949 static inline void security_free_mnt_opts(struct security_mnt_opts *opts) in security_free_mnt_opts() argument
2129 struct security_mnt_opts *opts, in security_sb_set_mnt_opts() argument
2142 static inline int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in security_sb_parse_opts_str() argument