Home
last modified time | relevance | path

Searched refs:security_sb_eat_lsm_opts (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dfs_context.c186 ret = security_sb_eat_lsm_opts(options, &fc->security); in generic_parse_monolithic()
580 return security_sb_eat_lsm_opts(ctx->legacy_data, &fc->security); in legacy_parse_monolithic()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h293 int security_sb_eat_lsm_opts(char *options, void **mnt_opts);
629 static inline int security_sb_eat_lsm_opts(char *options, in security_sb_eat_lsm_opts() function
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsuper.c1625 error = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_mount_root()
1874 ret = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_remount()
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c866 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() function
870 EXPORT_SYMBOL(security_sb_eat_lsm_opts);
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c3514 int err = security_sb_eat_lsm_opts(options, &fc->security); in shmem_parse_options()