Lines Matching refs:mnt_opts
1446 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
1448 if (!*mnt_opts) in security_free_mnt_opts()
1450 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts()
1451 *mnt_opts = NULL; in security_free_mnt_opts()
1464 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument
1466 return call_int_hook(sb_eat_lsm_opts, options, mnt_opts); in security_sb_eat_lsm_opts()
1481 void *mnt_opts) in security_sb_mnt_opts_compat() argument
1483 return call_int_hook(sb_mnt_opts_compat, sb, mnt_opts); in security_sb_mnt_opts_compat()
1498 void *mnt_opts) in security_sb_remount() argument
1500 return call_int_hook(sb_remount, sb, mnt_opts); in security_sb_remount()
1609 void *mnt_opts, in security_sb_set_mnt_opts() argument
1614 int rc = mnt_opts ? -EOPNOTSUPP : LSM_RET_DEFAULT(sb_set_mnt_opts); in security_sb_set_mnt_opts()
1617 rc = scall->hl->hook.sb_set_mnt_opts(sb, mnt_opts, kern_flags, in security_sb_set_mnt_opts()