Searched defs:mnt_opts (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | token.c | 113 struct bpf_mount_opts *mnt_opts; in bpf_token_create() local
|
| /linux/fs/ |
| H A D | proc_namespace.c | 66 static const struct proc_fs_opts mnt_opts[] = { in show_vfsmnt_opts() local
|
| /linux/samples/vfs/ |
| H A D | samples-vfs.h | 20 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ member
|
| /linux/include/linux/ |
| H A D | security.h | 619 static inline void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() 777 void **mnt_opts) in security_sb_eat_lsm_opts() 783 void *mnt_opts) in security_sb_remount() 789 void *mnt_opts) in security_sb_mnt_opts_compat() 830 void *mnt_opts, in security_sb_set_mnt_opts()
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 157 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ member
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 157 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ member
|
| /linux/include/uapi/linux/ |
| H A D | mount.h | 157 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ member
|
| /linux/security/ |
| H A D | security.c | 1490 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() 1508 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() 1525 void *mnt_opts) in security_sb_mnt_opts_compat() 1542 void *mnt_opts) in security_sb_remount() 1653 void *mnt_opts, in security_sb_set_mnt_opts()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 554 static void smack_free_mnt_opts(void *mnt_opts) in smack_free_mnt_opts() 559 static int smack_add_opt(int token, const char *s, void **mnt_opts) in smack_add_opt() 724 static int smack_sb_eat_lsm_opts(char *options, void **mnt_opts) in smack_sb_eat_lsm_opts() 781 void *mnt_opts, in smack_set_mnt_opts()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 386 static void selinux_free_mnt_opts(void *mnt_opts) in selinux_free_mnt_opts() 638 void *mnt_opts, in selinux_set_mnt_opts() 1008 static int selinux_add_opt(int token, const char *s, void **mnt_opts) in selinux_add_opt() 2602 static int selinux_sb_eat_lsm_opts(char *options, void **mnt_opts) in selinux_sb_eat_lsm_opts() 2663 static int selinux_sb_mnt_opts_compat(struct super_block *sb, void *mnt_opts) in selinux_sb_mnt_opts_compat() 2708 static int selinux_sb_remount(struct super_block *sb, void *mnt_opts) in selinux_sb_remount()
|
| /linux/security/landlock/ |
| H A D | fs.c | 1471 static int hook_sb_remount(struct super_block *const sb, void *const mnt_opts) in hook_sb_remount()
|