Searched refs:crypto_str (Results 1 – 2 of 2) sorted by relevance
495 u32 ilen, struct ext4_str *crypto_str) in ext4_fname_crypto_alloc_buffer() argument505 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() argument523 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()
2121 u32 ilen, struct ext4_str *crypto_str);2147 void ext4_fname_crypto_free_buffer(struct ext4_str *crypto_str);