| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 292 void security_free_mnt_opts(void **mnt_opts); 293 int security_sb_eat_lsm_opts(char *options, void **mnt_opts); 294 int security_sb_remount(struct super_block *sb, void *mnt_opts); 303 void *mnt_opts, 311 int len, void **mnt_opts); 480 static inline void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument 630 void **mnt_opts) in security_sb_eat_lsm_opts() argument 636 void *mnt_opts) in security_sb_remount() argument 676 void *mnt_opts, in security_sb_set_mnt_opts() argument 692 int len, void **mnt_opts) in security_add_mnt_opt() argument
|
| H A D | lsm_hook_defs.h | 63 LSM_HOOK(void, LSM_RET_VOID, sb_free_mnt_opts, void *mnt_opts) 64 LSM_HOOK(int, 0, sb_eat_lsm_opts, char *orig, void **mnt_opts) 65 LSM_HOOK(int, 0, sb_remount, struct super_block *sb, void *mnt_opts) 74 LSM_HOOK(int, 0, sb_set_mnt_opts, struct super_block *sb, void *mnt_opts, 80 int len, void **mnt_opts)
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 857 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() argument 859 if (!*mnt_opts) in security_free_mnt_opts() 861 call_void_hook(sb_free_mnt_opts, *mnt_opts); in security_free_mnt_opts() 862 *mnt_opts = NULL; in security_free_mnt_opts() 866 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() argument 868 return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts); in security_sb_eat_lsm_opts() 873 void *mnt_opts) in security_sb_remount() argument 875 return call_int_hook(sb_remount, 0, sb, mnt_opts); in security_sb_remount() 911 void *mnt_opts, in security_sb_set_mnt_opts() argument 916 mnt_opts ? -EOPNOTSUPP : 0, sb, in security_sb_set_mnt_opts() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | mntent.h | 56 char *mnt_opts; /* Comma-separated options for fs. */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | mntent.h | 56 char *mnt_opts; /* Comma-separated options for fs. */ member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | InitOutput.c | 274 if (mnt->mnt_opts == NULL) in winCheckMntOpt() 278 s = strstr(mnt->mnt_opts, opt); in winCheckMntOpt() 281 if ((s == mnt->mnt_opts || *(s - 1) == ',') && in winCheckMntOpt()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 354 static void selinux_free_mnt_opts(void *mnt_opts) in selinux_free_mnt_opts() argument 356 struct selinux_mnt_opts *opts = mnt_opts; in selinux_free_mnt_opts() 598 void *mnt_opts, in selinux_set_mnt_opts() argument 605 struct selinux_mnt_opts *opts = mnt_opts; in selinux_set_mnt_opts() 948 static int selinux_add_opt(int token, const char *s, void **mnt_opts) in selinux_add_opt() argument 950 struct selinux_mnt_opts *opts = *mnt_opts; in selinux_add_opt() 963 *mnt_opts = opts; in selinux_add_opt() 993 *mnt_opts = NULL; in selinux_add_opt() 1000 void **mnt_opts) in selinux_add_mnt_opt() argument 1022 rc = selinux_add_opt(token, val, mnt_opts); in selinux_add_mnt_opt() [all …]
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 573 static void smack_free_mnt_opts(void *mnt_opts) in smack_free_mnt_opts() argument 575 struct smack_mnt_opts *opts = mnt_opts; in smack_free_mnt_opts() 584 static int smack_add_opt(int token, const char *s, void **mnt_opts) in smack_add_opt() argument 586 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt() 592 *mnt_opts = opts; in smack_add_opt() 713 static int smack_sb_eat_lsm_opts(char *options, void **mnt_opts) in smack_sb_eat_lsm_opts() argument 731 rc = smack_add_opt(token, arg, mnt_opts); in smack_sb_eat_lsm_opts() 734 if (*mnt_opts) in smack_sb_eat_lsm_opts() 735 smack_free_mnt_opts(*mnt_opts); in smack_sb_eat_lsm_opts() 736 *mnt_opts = NULL; in smack_sb_eat_lsm_opts() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 1851 if (mntent->mnt_opts && hasmntopt(mntent, MNTOPT_RO))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 6906 ‘char *mnt_opts’ 7071 the ‘mnt_opts’ element of the variable pointed to by MNT contains 7073 option in the ‘mnt_opts’ element is returned. If no such option
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 6906 ‘char *mnt_opts’ 7071 the ‘mnt_opts’ element of the variable pointed to by MNT contains 7073 option in the ‘mnt_opts’ element is returned. If no such option
|