Lines Matching defs:options
933 * @opts: capability check options
937 * @opts contains options for the capable check <include/linux/security.h>.
1251 * security_free_mnt_opts() - Free memory associated with mount options
1252 * @mnt_opts: LSM processed mount options
1266 * security_sb_eat_lsm_opts() - Consume LSM mount options
1267 * @options: mount options
1268 * @mnt_opts: LSM processed mount options
1270 * Eat (scan @options) and save them in @mnt_opts.
1274 int security_sb_eat_lsm_opts(char *options, void **mnt_opts)
1276 return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts);
1281 * security_sb_mnt_opts_compat() - Check if new mount options are allowed
1283 * @mnt_opts: new mount options
1285 * Determine if the new mount options in @mnt_opts are allowed given the
1288 * Return: Returns 0 if options are compatible.
1300 * @mnt_opts: (re)mount options
1302 * Extracts security system specific mount options and verifies no changes are
1303 * being made to those options.
1328 * security_sb_show_options() - Output the mount options for a superblock
1332 * Show (print on @m) mount options for this @sb.
1408 * security_sb_set_mnt_opts() - Set the mount options for a filesystem
1410 * @mnt_opts: binary mount options
1414 * Set the security relevant mount options used for a superblock.
1430 * security_sb_clone_mnt_opts() - Duplicate superblock mount options
1436 * Copy all security options from a given superblock to another.
4326 * Check permissions before retrieving the options associated with socket
4342 * Check permissions before setting the options associated with socket @sock.