Home
last modified time | relevance | path

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

/Linux-v5.4/security/smack/
Dsmack_lsm.c572 struct smack_mnt_opts { struct
578 struct smack_mnt_opts *opts = mnt_opts; in smack_free_mnt_opts() argument
589 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt()
592 opts = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_add_opt()
644 struct smack_mnt_opts *dst, *src = src_fc->security; in smack_fs_context_dup()
649 fc->security = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_fs_context_dup()
787 struct smack_mnt_opts *opts = mnt_opts; in smack_set_mnt_opts()