Lines Matching refs:ext4_fname_crypto_ctx

58 static int ext4_fname_encrypt(struct ext4_fname_crypto_ctx *ctx,  in ext4_fname_encrypt()
135 static int ext4_fname_decrypt(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_decrypt()
261 void ext4_free_fname_crypto_ctx(struct ext4_fname_crypto_ctx *ctx) in ext4_free_fname_crypto_ctx()
285 void ext4_put_fname_crypto_ctx(struct ext4_fname_crypto_ctx **ctx) in ext4_put_fname_crypto_ctx()
296 static struct ext4_fname_crypto_ctx *ext4_search_fname_crypto_ctx( in ext4_search_fname_crypto_ctx()
305 struct ext4_fname_crypto_ctx *ext4_alloc_fname_crypto_ctx( in ext4_alloc_fname_crypto_ctx()
308 struct ext4_fname_crypto_ctx *ctx; in ext4_alloc_fname_crypto_ctx()
310 ctx = kmalloc(sizeof(struct ext4_fname_crypto_ctx), GFP_NOFS); in ext4_alloc_fname_crypto_ctx()
337 struct ext4_fname_crypto_ctx *ext4_get_fname_crypto_ctx( in ext4_get_fname_crypto_ctx()
340 struct ext4_fname_crypto_ctx *ctx; in ext4_get_fname_crypto_ctx()
470 int ext4_fname_crypto_namelen_on_disk(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_crypto_namelen_on_disk()
494 int ext4_fname_crypto_alloc_buffer(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_crypto_alloc_buffer()
532 int _ext4_fname_disk_to_usr(struct ext4_fname_crypto_ctx *ctx, in _ext4_fname_disk_to_usr()
571 int ext4_fname_disk_to_usr(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_disk_to_usr()
586 int ext4_fname_usr_to_disk(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_usr_to_disk()
617 int ext4_fname_usr_to_hash(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_usr_to_hash()
667 int ext4_fname_match(struct ext4_fname_crypto_ctx *ctx, struct ext4_str *cstr, in ext4_fname_match()