Home
last modified time | relevance | path

Searched refs:mnt_opts (Results 1 – 12 of 12) sorted by relevance

/linux/kernel/bpf/
H A Dtoken.c115 struct bpf_mount_opts *mnt_opts; in bpf_token_create() local
153 mnt_opts = sb->s_fs_info; in bpf_token_create()
154 if (mnt_opts->delegate_cmds == 0 && in bpf_token_create()
155 mnt_opts->delegate_maps == 0 && in bpf_token_create()
156 mnt_opts->delegate_progs == 0 && in bpf_token_create()
157 mnt_opts->delegate_attachs == 0) in bpf_token_create()
183 token->allowed_cmds = mnt_opts->delegate_cmds; in bpf_token_create()
184 token->allowed_maps = mnt_opts->delegate_maps; in bpf_token_create()
185 token->allowed_progs = mnt_opts->delegate_progs; in bpf_token_create()
186 token->allowed_attachs = mnt_opts->delegate_attachs; in bpf_token_create()
/linux/security/
H A Dsecurity.c944 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()
[all …]
/linux/include/linux/
H A Dsecurity.h369 void security_free_mnt_opts(void **mnt_opts);
370 int security_sb_eat_lsm_opts(char *options, void **mnt_opts);
371 int security_sb_mnt_opts_compat(struct super_block *sb, void *mnt_opts);
372 int security_sb_remount(struct super_block *sb, void *mnt_opts);
381 void *mnt_opts,
619 static inline void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
777 void **mnt_opts) in security_sb_eat_lsm_opts() argument
783 void *mnt_opts) in security_sb_remount() argument
789 void *mnt_opts) in security_sb_mnt_opts_compat() argument
830 void *mnt_opts, in security_sb_set_mnt_opts() argument
H A Dlsm_hook_defs.h65 LSM_HOOK(void, LSM_RET_VOID, sb_free_mnt_opts, void *mnt_opts)
66 LSM_HOOK(int, 0, sb_eat_lsm_opts, char *orig, void **mnt_opts)
67 LSM_HOOK(int, 0, sb_mnt_opts_compat, struct super_block *sb, void *mnt_opts)
68 LSM_HOOK(int, 0, sb_remount, struct super_block *sb, void *mnt_opts)
77 LSM_HOOK(int, 0, sb_set_mnt_opts, struct super_block *sb, void *mnt_opts,
/linux/include/uapi/linux/
H A Dmount.h158 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */
224 #define STATMOUNT_MNT_OPTS 0x00000080U /* Want/got mnt_opts */
157 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ global() member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h158 __u32 mnt_opts; /* [str] Options (comma separated, escaped) */ member
/linux/security/smack/
H A Dsmack_lsm.c554 static void smack_free_mnt_opts(void *mnt_opts) in smack_free_mnt_opts() argument
556 kfree(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() argument
561 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt()
568 *mnt_opts = opts; in smack_add_opt()
724 static int smack_sb_eat_lsm_opts(char *options, void **mnt_opts) in smack_sb_eat_lsm_opts() argument
742 rc = smack_add_opt(token, arg, mnt_opts); in smack_sb_eat_lsm_opts()
745 if (*mnt_opts) in smack_sb_eat_lsm_opts()
746 smack_free_mnt_opts(*mnt_opts); in smack_sb_eat_lsm_opts()
747 *mnt_opts = NULL; in smack_sb_eat_lsm_opts()
[all …]
/linux/samples/vfs/
H A Dmountinfo.c164 printf(",%s", &buf->str[buf->mnt_opts]); in dump_mountinfo()
/linux/security/selinux/
H A Dhooks.c388 static void selinux_free_mnt_opts(void *mnt_opts) in selinux_free_mnt_opts() argument
390 kfree(mnt_opts); in selinux_free_mnt_opts()
640 void *mnt_opts, in selinux_set_mnt_opts() argument
647 struct selinux_mnt_opts *opts = mnt_opts; in selinux_set_mnt_opts()
1015 static int selinux_add_opt(int token, const char *s, void **mnt_opts) in selinux_add_opt() argument
1017 struct selinux_mnt_opts *opts = *mnt_opts; in selinux_add_opt()
1036 *mnt_opts = opts; in selinux_add_opt()
2613 static int selinux_sb_eat_lsm_opts(char *options, void **mnt_opts) in selinux_sb_eat_lsm_opts() argument
2643 rc = selinux_add_opt(token, arg, mnt_opts); in selinux_sb_eat_lsm_opts()
2667 if (*mnt_opts) { in selinux_sb_eat_lsm_opts()
[all …]
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c543 statmount_opts = sm->str + sm->mnt_opts; in test_statmount_mnt_opts()
/linux/security/landlock/
H A Dfs.c1469 static int hook_sb_remount(struct super_block *const sb, void *const mnt_opts) in hook_sb_remount() argument
/linux/fs/
H A Dnamespace.c5547 offp = &sm->mnt_opts; in statmount_string()