• Home
  • Raw
  • Download

Lines Matching refs:opts

126 static inline void security_init_mnt_opts(struct security_mnt_opts *opts)  in security_init_mnt_opts()  argument
128 opts->mnt_opts = NULL; in security_init_mnt_opts()
129 opts->mnt_opts_flags = NULL; in security_init_mnt_opts()
130 opts->num_mnt_opts = 0; in security_init_mnt_opts()
133 static inline void security_free_mnt_opts(struct security_mnt_opts *opts) in security_free_mnt_opts() argument
136 if (opts->mnt_opts) in security_free_mnt_opts()
137 for (i = 0; i < opts->num_mnt_opts; i++) in security_free_mnt_opts()
138 kfree(opts->mnt_opts[i]); in security_free_mnt_opts()
139 kfree(opts->mnt_opts); in security_free_mnt_opts()
140 opts->mnt_opts = NULL; in security_free_mnt_opts()
141 kfree(opts->mnt_opts_flags); in security_free_mnt_opts()
142 opts->mnt_opts_flags = NULL; in security_free_mnt_opts()
143 opts->num_mnt_opts = 0; in security_free_mnt_opts()
1390 struct security_mnt_opts *opts);
1393 int (*sb_parse_opts_str) (char *options, struct security_mnt_opts *opts);
1669 int security_sb_set_mnt_opts(struct super_block *sb, struct security_mnt_opts *opts);
1672 int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts);
1789 static inline void security_init_mnt_opts(struct security_mnt_opts *opts) in security_init_mnt_opts() argument
1793 static inline void security_free_mnt_opts(struct security_mnt_opts *opts) in security_free_mnt_opts() argument
2007 struct security_mnt_opts *opts) in security_sb_set_mnt_opts() argument
2016 static inline int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in security_sb_parse_opts_str() argument