Searched refs:mnt_opts (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
A D | security.h | 297 void security_free_mnt_opts(void **mnt_opts); 298 int security_sb_eat_lsm_opts(char *options, void **mnt_opts); 300 int security_sb_remount(struct super_block *sb, void *mnt_opts); 309 void *mnt_opts, 317 int len, void **mnt_opts); 493 static inline void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument 646 void **mnt_opts) in security_sb_eat_lsm_opts() argument 652 void *mnt_opts) in security_sb_remount() argument 658 void *mnt_opts) in security_sb_mnt_opts_compat() argument 699 void *mnt_opts, in security_sb_set_mnt_opts() argument [all …]
|
A D | lsm_hook_defs.h | 64 LSM_HOOK(void, LSM_RET_VOID, sb_free_mnt_opts, void *mnt_opts) 65 LSM_HOOK(int, 0, sb_eat_lsm_opts, char *orig, void **mnt_opts) 66 LSM_HOOK(int, 0, sb_mnt_opts_compat, struct super_block *sb, void *mnt_opts) 67 LSM_HOOK(int, 0, sb_remount, struct super_block *sb, void *mnt_opts) 76 LSM_HOOK(int, 0, sb_set_mnt_opts, struct super_block *sb, void *mnt_opts, 82 int len, void **mnt_opts)
|
/linux/security/ |
A D | security.c | 916 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument 918 if (!*mnt_opts) in security_free_mnt_opts() 920 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts() 921 *mnt_opts = NULL; in security_free_mnt_opts() 932 void *mnt_opts) in security_sb_mnt_opts_compat() argument 939 void *mnt_opts) in security_sb_remount() argument 977 void *mnt_opts, in security_sb_set_mnt_opts() argument 982 mnt_opts ? -EOPNOTSUPP : 0, sb, in security_sb_set_mnt_opts() 983 mnt_opts, kern_flags, set_kern_flags); in security_sb_set_mnt_opts() 998 void **mnt_opts) in security_add_mnt_opt() argument [all …]
|
/linux/fs/ |
A D | proc_namespace.c | 66 static const struct proc_fs_opts mnt_opts[] = { in show_mnt_opts() local 78 for (fs_infop = mnt_opts; fs_infop->flag; fs_infop++) { in show_mnt_opts()
|
/linux/security/selinux/ |
A D | hooks.c | 362 struct selinux_mnt_opts *opts = mnt_opts; in selinux_free_mnt_opts() 631 void *mnt_opts, in selinux_set_mnt_opts() argument 638 struct selinux_mnt_opts *opts = mnt_opts; in selinux_set_mnt_opts() 999 *mnt_opts = opts; in selinux_add_opt() 1032 void **mnt_opts) in selinux_add_mnt_opt() argument 1062 if (*mnt_opts) { in selinux_add_mnt_opt() 1063 selinux_free_mnt_opts(*mnt_opts); in selinux_add_mnt_opt() 1064 *mnt_opts = NULL; in selinux_add_mnt_opt() 2681 if (*mnt_opts) { in selinux_sb_eat_lsm_opts() 2682 selinux_free_mnt_opts(*mnt_opts); in selinux_sb_eat_lsm_opts() [all …]
|
/linux/security/smack/ |
A D | smack_lsm.c | 557 static void smack_free_mnt_opts(void *mnt_opts) in smack_free_mnt_opts() argument 559 struct smack_mnt_opts *opts = mnt_opts; in smack_free_mnt_opts() 570 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt() 576 *mnt_opts = opts; in smack_add_opt() 697 static int smack_sb_eat_lsm_opts(char *options, void **mnt_opts) in smack_sb_eat_lsm_opts() argument 715 rc = smack_add_opt(token, arg, mnt_opts); in smack_sb_eat_lsm_opts() 718 if (*mnt_opts) in smack_sb_eat_lsm_opts() 719 smack_free_mnt_opts(*mnt_opts); in smack_sb_eat_lsm_opts() 720 *mnt_opts = NULL; in smack_sb_eat_lsm_opts() 754 void *mnt_opts, in smack_set_mnt_opts() argument [all …]
|
/linux/security/landlock/ |
A D | fs.c | 489 static int hook_sb_remount(struct super_block *const sb, void *const mnt_opts) in hook_sb_remount() argument
|
/linux/ |
A D | System.map | 56803 ffff800010f50f50 d mnt_opts.0
|
A D | .tmp_System.map | 56803 ffff800010f50f50 d mnt_opts.0
|
Completed in 319 milliseconds