Home
last modified time | relevance | path

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

/linux-6.15/security/smack/
H A Dsmack_lsm.c547 struct smack_mnt_opts { struct
562 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt() argument
566 opts = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_add_opt()
623 struct smack_mnt_opts *ctx; in smack_fs_context_submount()
672 struct smack_mnt_opts *dst, *src = src_fc->security; in smack_fs_context_dup()
677 fc->security = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_fs_context_dup()
791 struct smack_mnt_opts *opts = mnt_opts; in smack_set_mnt_opts()