Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/smack/
H A Dsmack_lsm.c568 struct smack_mnt_opts { struct
574 struct smack_mnt_opts *opts = mnt_opts; in smack_free_mnt_opts()
585 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt()
588 opts = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_add_opt()
640 struct smack_mnt_opts *dst, *src = src_fc->security; in smack_fs_context_dup()
645 fc->security = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL); in smack_fs_context_dup()
778 struct smack_mnt_opts *opts = mnt_opts; in smack_set_mnt_opts()
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_lsm.c561 struct smack_mnt_opts { struct
576 struct smack_mnt_opts *opts = *mnt_opts; in smack_add_opt()
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()

Completed in 12 milliseconds