Home
last modified time | relevance | path

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

/openbmc/linux/security/smack/
H A Dsmack_lsm.c561 struct smack_mnt_opts { struct
576 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt() argument
580 opts = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_add_opt()
637 struct smack_mnt_opts *ctx; in smack_fs_context_submount()
686 struct smack_mnt_opts *dst, *src = src_fc->security; in smack_fs_context_dup()
691 fc->security = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_fs_context_dup()
805 struct smack_mnt_opts *opts = mnt_opts; in smack_set_mnt_opts()