Lines Matching refs:mnt_opts
1451 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
1453 if (!*mnt_opts) in security_free_mnt_opts()
1455 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts()
1456 *mnt_opts = NULL; in security_free_mnt_opts()
1469 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument
1471 return call_int_hook(sb_eat_lsm_opts, options, mnt_opts); in security_sb_eat_lsm_opts()
1486 void *mnt_opts) in security_sb_mnt_opts_compat() argument
1488 return call_int_hook(sb_mnt_opts_compat, sb, mnt_opts); in security_sb_mnt_opts_compat()
1503 void *mnt_opts) in security_sb_remount() argument
1505 return call_int_hook(sb_remount, sb, mnt_opts); in security_sb_remount()
1614 void *mnt_opts, in security_sb_set_mnt_opts() argument
1619 int rc = mnt_opts ? -EOPNOTSUPP : LSM_RET_DEFAULT(sb_set_mnt_opts); in security_sb_set_mnt_opts()
1622 rc = scall->hl->hook.sb_set_mnt_opts(sb, mnt_opts, kern_flags, in security_sb_set_mnt_opts()