Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dcrypto_fname.c495 u32 ilen, struct ext4_str *crypto_str) in ext4_fname_crypto_alloc_buffer() argument
505 crypto_str->len = olen; in ext4_fname_crypto_alloc_buffer()
510 crypto_str->name = kmalloc(olen+1, GFP_NOFS); in ext4_fname_crypto_alloc_buffer()
511 if (!(crypto_str->name)) in ext4_fname_crypto_alloc_buffer()
521 void ext4_fname_crypto_free_buffer(struct ext4_str *crypto_str) in ext4_fname_crypto_free_buffer() argument
523 if (!crypto_str) in ext4_fname_crypto_free_buffer()
525 kfree(crypto_str->name); in ext4_fname_crypto_free_buffer()
526 crypto_str->name = NULL; in ext4_fname_crypto_free_buffer()
Dext4.h2121 u32 ilen, struct ext4_str *crypto_str);
2147 void ext4_fname_crypto_free_buffer(struct ext4_str *crypto_str);