Lines Matching refs:mnt_opts
944 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
946 if (!*mnt_opts) in security_free_mnt_opts()
948 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts()
949 *mnt_opts = NULL; in security_free_mnt_opts()
962 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument
964 return call_int_hook(sb_eat_lsm_opts, options, mnt_opts); in security_sb_eat_lsm_opts()
979 void *mnt_opts) in security_sb_mnt_opts_compat() argument
981 return call_int_hook(sb_mnt_opts_compat, sb, mnt_opts); in security_sb_mnt_opts_compat()
996 void *mnt_opts) in security_sb_remount() argument
998 return call_int_hook(sb_remount, sb, mnt_opts); in security_sb_remount()
1107 void *mnt_opts, in security_sb_set_mnt_opts() argument
1112 int rc = mnt_opts ? -EOPNOTSUPP : LSM_RET_DEFAULT(sb_set_mnt_opts); in security_sb_set_mnt_opts()
1115 rc = scall->hl->hook.sb_set_mnt_opts(sb, mnt_opts, kern_flags, in security_sb_set_mnt_opts()