Home
last modified time | relevance | path

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

/include/linux/
Dsecurity.h299 void security_free_mnt_opts(void **mnt_opts);
300 int security_sb_eat_lsm_opts(char *options, void **mnt_opts);
301 int security_sb_mnt_opts_compat(struct super_block *sb, void *mnt_opts);
302 int security_sb_remount(struct super_block *sb, void *mnt_opts);
311 void *mnt_opts,
319 int len, void **mnt_opts);
497 static inline void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument
650 void **mnt_opts) in security_sb_eat_lsm_opts() argument
656 void *mnt_opts) in security_sb_remount() argument
662 void *mnt_opts) in security_sb_mnt_opts_compat() argument
[all …]
Dlsm_hook_defs.h64 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)