Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c569 struct smack_mnt_opts { struct
575 struct smack_mnt_opts *opts = mnt_opts; in smack_free_mnt_opts() argument
586 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt()
589 opts = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_add_opt()
641 struct smack_mnt_opts *dst, *src = src_fc->security; in smack_fs_context_dup()
646 fc->security = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_fs_context_dup()
779 struct smack_mnt_opts *opts = mnt_opts; in smack_set_mnt_opts()