Searched refs:ext4_fname_crypto_alloc_buffer (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | crypto_fname.c | 494 int ext4_fname_crypto_alloc_buffer(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_crypto_alloc_buffer() function 653 ret = ext4_fname_crypto_alloc_buffer(ctx, iname->len, &tmp); in ext4_fname_usr_to_hash() 678 ret = ext4_fname_crypto_alloc_buffer(ctx, len, cstr); in ext4_fname_match()
|
D | dir.c | 141 err = ext4_fname_crypto_alloc_buffer(enc_ctx, EXT4_NAME_LEN, in ext4_readdir()
|
D | namei.c | 632 res = ext4_fname_crypto_alloc_buffer( in dx_show_leaf() 987 err = ext4_fname_crypto_alloc_buffer(ctx, EXT4_NAME_LEN, in htree_dirblock_to_tree() 1883 res = ext4_fname_crypto_alloc_buffer(ctx, EXT4_NAME_LEN, in ext4_insert_dentry()
|
D | ext4.h | 2120 int ext4_fname_crypto_alloc_buffer(struct ext4_fname_crypto_ctx *ctx,
|