crypto_str 207 fs/crypto/fname.c struct fscrypt_str *crypto_str) crypto_str 216 fs/crypto/fname.c crypto_str->name = kmalloc(max_presented_len + 1, GFP_NOFS); crypto_str 217 fs/crypto/fname.c if (!crypto_str->name) crypto_str 219 fs/crypto/fname.c crypto_str->len = max_presented_len; crypto_str 229 fs/crypto/fname.c void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) crypto_str 231 fs/crypto/fname.c if (!crypto_str) crypto_str 233 fs/crypto/fname.c kfree(crypto_str->name); crypto_str 234 fs/crypto/fname.c crypto_str->name = NULL; crypto_str 455 include/linux/fscrypt.h struct fscrypt_str *crypto_str) crypto_str 460 include/linux/fscrypt.h static inline void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str)