Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfs_context.c215 ret = security_sb_eat_lsm_opts(options, &fc->security); in vfs_parse_monolithic_sep()
650 return security_sb_eat_lsm_opts(ctx->legacy_data, &fc->security); in legacy_parse_monolithic()
/openbmc/linux/include/linux/
H A Dsecurity.h304 int security_sb_eat_lsm_opts(char *options, void **mnt_opts);
663 static inline int security_sb_eat_lsm_opts(char *options, in security_sb_eat_lsm_opts() function
/openbmc/linux/fs/btrfs/
H A Dsuper.c1456 error = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_mount_root()
1705 ret = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_remount()
/openbmc/linux/security/
H A Dsecurity.c1274 int security_sb_eat_lsm_opts(char *options, void **mnt_opts) in security_sb_eat_lsm_opts() function
1278 EXPORT_SYMBOL(security_sb_eat_lsm_opts);
/openbmc/linux/fs/smb/client/
H A Dfs_context.c657 ret = security_sb_eat_lsm_opts(options, &fc->security); in smb3_fs_context_parse_monolithic()
/openbmc/linux/mm/
H A Dshmem.c4077 int err = security_sb_eat_lsm_opts(options, &fc->security); in shmem_parse_options()