Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dpolicy.c160 const struct fscrypt_operations *cops = parent->i_sb->s_cop; in fscrypt_has_permitted_context() local
211 res = cops->get_context(parent, &parent_ctx, sizeof(parent_ctx)); in fscrypt_has_permitted_context()
215 res = cops->get_context(child, &child_ctx, sizeof(child_ctx)); in fscrypt_has_permitted_context()
/linux-4.19.296/include/sound/
Dsoc-dai.h276 const struct snd_soc_cdai_ops *cops; member